Advertisement

2D library

Started by January 04, 2000 12:53 PM
2 comments, last by Ro 25 years, 1 month ago
Hi, I''m trying to write a game in Windows that is not going to be in full screen. I originally attempted to use DirectX/3D to render my 2D bitmaps. I just needed them to be able to scale, rotate, handle transparency, and control the brightness of each individual bitmap. However, I also have this function that I can''t modify since it''s part of a library that only renders to a GDI device context. So I was wondering if anyone knows of a good 2D program that I could use to do this. I''m a poor college student, so I would much prefer that it would be free. Thanks for any help!
do a search for ClanLib and NukeDX. thet are both pretty good 2d libs

-Justin
-Justin Whitejowhite@bigfoot.comAIM: Just6979www.bigfoot.com/~jowhite"To infinity and beyond!" -Buzz Lightyear"I can only show you the door. You must choose to go through it." -Morpheus"Your mind is like a parachute. It works best when open." -Anonymous"I know Kung-fu." -Neo"Ignorance is bliss" -Cihper"My name...is Neo!" -Neo
Advertisement
CDX is another good one.

Mason McCuskey
Spin Studios - home of Quaternion, 2000 GDC Indie Games Fest Finalist!
www.spin-studios.com
Founder, Cuttlefish Industries
The Cuttlefish Engine lets anyone develop great games for iPad, iPhone, Android, WP7, the web, and more!
I use SDL (simple direct medialayer). It''s used by lokisoft to port stuff to linux. It is a cross platform, 2D library that''s easy to use.



quote:
Original post by Ro

Hi,

I''m trying to write a game in Windows that is not going to be in full screen. I originally attempted to use DirectX/3D to render my 2D bitmaps. I just needed them to be able to scale, rotate, handle transparency, and control the brightness of each individual bitmap. However, I also have this function that I can''t modify since it''s part of a library that only renders to a GDI device context. So I was wondering if anyone knows of a good 2D program that I could use to do this. I''m a poor college student, so I would much prefer that it would be free.

Thanks for any help!



.3

This topic is closed to new replies.

Advertisement