-
Notifications
You must be signed in to change notification settings - Fork 74
Related Work
Thomas Trocha edited this page Mar 22, 2015
·
1 revision
Here are a few links to other affordable game engines, where the source code is available, for less then a few hunderd US dollars.
A more exhaustive listing of 3D game engines (or just graphics engines) can be found here: http://www.devmaster.net/engines/
- Maratis 3D http://maratis3d.com, zlib/png license
- Hieroglyph3 http://hieroglyph3.codeplex.com, MIT license, DX11 renderer with deferred rendering
- Panda3D http://www.panda3d.org, BSD license, browser plugin framework and iPhone
- Tubras and irrb Blender exporter, http://code.google.com/p/tubras/
- Lightfeather 3D Engine: http://lightfeather.de, zlib license
- IndieZen http://www.indiezen.org, zlib license, using BOOST
- R5, http://code.google.com/p/r5ge/source/list (Apache)
- G3D Engine, http://g3d.sourceforge.net/index.html (licensed under the BSD license)
- Sauerbraten / Cube 2, http://sauerbraten.org (Zlib license)
- libgdx, Android/PC framework, http://code.google.com/p/libgdx (Apache 2.0 license)
- Galaxy Engine, Max, iPhone, iPad, Cocoa, http://code.google.com/p/galaxyengine (BSD license)
- Proton SDK, http://protonsdk.com (BSD license witt advertising/attribution clause)
- Torque 3D, https://github.com/GarageGames/Torque3D (MIT license)
- Urho3d, https://code.google.com/p/urho3d (MIT license)
- Crystal Space, http://www.crystalspace3d.org, LGPL
- Blender Game Engine, http://blender.org, GPL
- C4
- Unity 3D, http://unity3d.com
- Shiva 3D, http://www.stonetrip.com
- Ogitor http://ogitor.org
- Crystal Architect http://wiki.kyanite-studios.org/doku.php?id=ca:start
- 3d editor toolkit http://3d-editor-toolkit.googlecode.com
- IrrEdit
- C4 editor
- LUA
- Python
- Blender nodal game logic http://wiki.blender.org/index.php/Dev:Source/GameEngine/NodalLogic
- .dae COLLADA
- .fbx Autodesk FBX
- .blend Blender file format
- .bullet Bullet physics file format
- .gto GTO/OpenGTO file format
- ASSIMP and ASSIMP animation loader