2d under Linux
I''d like to know what is the best API under Linux to make 2d games ???
Thanks
Redge
Redge
hey Null, what you think of Clanlib?
there is also GGI, but I think thats not game related, is mostly a Graphics thing, then there is Allegro being ported to many platforms, anyway I am not making any linux games right now, eventualy I want to port my windows directx game to Linux, and it will help me a lot to know what is the best API to use as well.
there is also GGI, but I think thats not game related, is mostly a Graphics thing, then there is Allegro being ported to many platforms, anyway I am not making any linux games right now, eventualy I want to port my windows directx game to Linux, and it will help me a lot to know what is the best API to use as well.
I would suggest SDL for doing 2D stuff. If you''ve done anything in DirectDraw then the API is somewhat similar. There are a lot of good examples on their website. I''ve had no problems with it so far.
SDL also supports the use of OpenGL as well, although I haven''t tried that out yet.
-------
Andrew
SDL also supports the use of OpenGL as well, although I haven''t tried that out yet.
-------
Andrew
If you just need 2d, you can use Xlib. I still recommend OpenGL if you need superspeeds, otherwise Xlib is imo better.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement