• Graphics Engines
    15 replies, posted
Right now I am learning to program in pure OpenGL, but I am considering switching to a higher level engine. What engines are you guys using that you would suggest for simple 2D games? Edit: I am using C++.
Language ?
[url]http://en.wikipedia.org/wiki/List_of_game_engines[/url] [url]http://freegamedev.net/wiki/index.php/Free,_cross-platform_game_engines[/url]
Irrlicht or Ogre.
[QUOTE=killman;25244252] What engines are you guys using that you would suggest [highlight]for simple 2D games[/highlight]?[/QUOTE] [QUOTE=Jallen;25244769]Irrlicht or Ogre.[/QUOTE] You should read beyond the thread title. So what programming language are you using?
[QUOTE=jA_cOp;25245235]You should read beyond the thread title. So what programming language are you using?[/QUOTE] For the sake of argument, you could make a pretty bad-ass 2.5D side-scroller with per-pixel lighting and shit using either of those.
Woops. New suggestion: SFML.
[QUOTE=ROBO_DONUT;25245287]For the sake of argument, you could make a pretty bad-ass 2.5D side-scroller with per-pixel lighting and shit using either of those.[/QUOTE] Yeah I agree, but I don't think it counts as "simple" :v: Simpler than plain OpenGL, perhaps.
SDL or SFML.
I agree with SFML. It's really easy to use it after a few hours.
[QUOTE=pikzen;25249067]I agree with SFML. It's really easy to use it after a few hours.[/QUOTE] More like as soon as you open the documentation. It's really easy.
Definitely SFML
If you want to do Python, I'd say either PyGame or Pyglet.
Sorry to have not make this clear, I am using C++. SFML looks like a good one, and I will look into it.
[QUOTE=PvtCupcakes;25253001]If you want to do Python, I'd say either PyGame or Pyglet.[/QUOTE] Personally I'd use PySFML or PyOgre if coding in python.
I'm using Irrlicht, I know it says 3d, but it can do amazing 2d, and you can mix 2d and 3d with it. It also can do some pretty nice per-pixel lighting. Would be cool if your did that. It's your choice though.
Sorry, you need to Log In to post a reply to this thread.