PDA

View Full Version : Any basic OpenGL engine source?



MuteClown
17-03-2010, 10:07 PM
Hey,
wondering if anyone has a basic bare bone 3d OpenGL game engine written for FreePascal that i could take a look at? Im just a noob :) hoping if anyone wrote or knows of a simple engine that i can use as reference, to help a noob out. I know there are many open source projects out there, im just hesitant that they will probably be out of my league :S

Thanks
-MuteClown

chronozphere
17-03-2010, 11:10 PM
First, start by looking at some small applications/samples to see how to "do it small":

This is an excellent resource: http://www.sulaco.co.za/

When you are done with that, you can take a look at Luuk Van Venrooi's Genesis Device engine:

http://sourceforge.net/projects/genesisdevice/

If you really want to know what it takes to design a great game engine, I suggest you buy "Game Engine Architecture" by Dave Eberly. Excellent book. :)