simple c++, opengl game engine for linux?

c++, game-engine, linux, opengl

Solution

You may be interested in Irrlicht

Problem

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.

Original source