Game Engine

From Free Pascal wiki
Revision as of 16:48, 25 April 2014 by Skalogryz (talk | contribs) (Started the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The game engine is a library that simplifies creation of games. It could be limited to just creating easy-to-use wrappers over system interfaces such as graphics api, user control inputs and audio (SDL, ZenGL) as well as add additional interfaces to create and control the game content environment (Castle Game Engine). You can read more here

Here's a list of game engines that are Pascal/Delphi based or have Pascal binding libraries.

Name Site Pascal Notes
SDL www.libsdl.org Bindings
Castle Game Engine http://castle-engine.sourceforge.net/ FPC
ZenGL www.zengl.org FPC/Delphi
Quad-Engine quad-engine.com Delphi
nxPascal code.google.com/p/nxpascal Delphi
Dan Jet X wiki.mirgames.ru/danjetx (Rus) Delphi
GameMaker: Studio www.yoyogames.com N/A Yes, it's not really a game engine library. But it's a game engine and studio written in Delphi. Special Pascal proud.