Portal:Development Tools/Game Engines
Jump to navigation
Jump to search
A game engine is a library or program that contains all the tools needed to make a game. This includes rendering, but is not limited to that.
Name | Description |
---|---|
ClanLib | A cross platform C++ toolkit library with a BSD style license. Essentially the library offers a series of different functionality under a streamlined API. |
Delta3D | Game engine based on Open Scene Graph and ODE. |
Panda3D | A C++ 3D game engine with Python bindings. |