0
votes
6answers
267 views
OpenGL absolute coordinates
I'm very new to creating games (and working in OpenGL in general). I'm trying to make a 2D game but have come upon a stumbling point when trying to get my head around collision detection.
L …
2
votes
4answers
161 views
simple c++, opengl game engine for linux?
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 …
1
vote
2answers
193 views
Stuck building a game engine
I'm trying to build a (simple) game engine using c++, SDL and OpenGL but I can't seem to figure out the next step. This is what I have so far...
An engine object which controls the main gam …
