c++ - Simple 3D OpenGL Game Engine -


are there 3d c++ based game engines or rendering libraries provide little abstraction opengl api? don't want gui, code build off of. if possible, cross-platform or linux-windows-mac compatable.

sdl common library doing things this, , highly recommend. although, not use opengl rendering, have ability use opengl it.

sfml great alternitive sdl. problem it's not c supported (although if you're using c++, isn't problem), , it's not adopted yet, in oppose sdl, chances you're not going support , if you're using sdl.

allegro option works both c , c++, gives user easy use interface, , self explanatory functions. although isn't advanced other 2 library.

for graphics great start irrlicht. can switch between opengl, directx, , software renderer, without learning api specific stuff.

hope helps!


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -