Portal:Development Tools/Game Engines: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Game engines.
 
(No difference)

Latest revision as of 02:21, 13 March 2013

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.