Question

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.

Was it helpful?

Solution

You may be interested in Irrlicht

OTHER TIPS

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

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++.

A simple engine for beginners, written in C++, contains samples to start with and sample game project to study: D'Enfent Engine

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top