6 ms·
I know nothing about game development, I just play them, but would be interested in seeing the source code of this game.
by DuqE 15y ago
I know nothing about game development, I just play them, but would be interested in seeing the source code of this game.
- jacques_chester 15y agoFWIW, the source code for Quake 1-3 is already available. Quake 3 in particular has been a subject of ongoing work.
- dmaz 15y agoCarmack has released id's previous engines, they're pretty interesting to read, and folks are still maintaining them. The technology ioquake3[1] is 10 years old now, but well-maintained as an open-source project. Darkplaces[2] is a heavily-updated Quake I engine that maintains backwards compatibility with Q1 while using fairly modern game programming techniques. Google ported Darkplaces to NaCl a while ago, and it has renderers in OpenGL, Direct X, and OpenGL ES now. [1] http://svn.icculus.org/*checkout*/quake3/trunk/README http://svn.icculus.org/*checkout*/quake3/trunk/README [2] http://git.xonotic.org/?p=xonotic/darkplaces.git;a=summary http://git.xonotic.org/?p=xonotic/darkplaces.git;a=summary