vote up 2 vote down star

I was wondering if anyone knew of a simple opengl game engine for linux where the source is available to read.

I basically want to read the source to get a better idea of how things are put together without worrying about the code being cross platform or having fancy particle effects or anything.

flag

4 Answers

vote up 4 vote down check

You may be interested in Irrlicht

link|flag
I've used Irrlicht and Ogre a little and I much prefer Irrlicht. It's much simpler and has many fewer dependencies. – Amuck Oct 9 at 20:06
vote up 1 vote down

Have a look at DevMaster, a website with a lot of information about game programming and a 3D Engines Database.

link|flag
vote up 0 vote down

SDL supports OpenGL, is open source, and you can port your game to Windows if you want. I've used it to write a Tetris program. It supports C and C++.

link|flag
vote up 1 vote down

You might want to check Ogre

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.