2D Game library that uses OpenGL but works great with Linux

Started by
1 comment, last by Dragonsoulj 10 years, 11 months ago

I'm looking for a library like "cocos2d-x" that abstracts the OpenGL library for 2D games. I don't need to make 3D games, I'm just need all power of OpenGL for a 2D game. The problem with "cocos2d-x" is have a poor support for Linux (not stable only "usable") and requires a relative high version of OpenGL, that means a lot of "middle age" computers will not run the game. Don't matter if such library don't manages sound or events, I can complement this with SDL. Thanks in advance!

Advertisement

Have you tried SFML? http://sfml-dev.org/

Derp

I agree with Sponji. SFML works well for me on Linux. Since the code is exactly the same, it's just a matter of changing how you compile your program.

This topic is closed to new replies.

Advertisement