Difference between revisions of "Game Engine"

From Free Pascal wiki
Jump to navigationJump to search
m (updated a link for SDL reference)
Line 3: Line 3:
 
Here's a list of game engines that are Pascal/Delphi based or have Pascal binding libraries.
 
Here's a list of game engines that are Pascal/Delphi based or have Pascal binding libraries.
  
{| class="wikitable" width="60%"
+
{| class="wikitable sortable" width="60%"
 
| Name  
 
| Name  
 
| Site  
 
| Site  
Line 37: Line 37:
 
| [http://wiki.mirgames.ru/danjetx wiki.mirgames.ru/danjetx] (Rus)
 
| [http://wiki.mirgames.ru/danjetx wiki.mirgames.ru/danjetx] (Rus)
 
| Delphi
 
| Delphi
|
+
| Alive?
 +
|-
 +
| Andorra 2D
 +
| [http://andorra.sourceforge.net/ andorra.sourceforge.net]
 +
| Delphi
 +
|
 +
|-
 +
| CAST II Game Engine
 +
| [http://www.casteng.com/ http://www.casteng.com/]
 +
| Delphi
 +
| Alive? last update 2011
 +
|-
 +
| Delphi X
 +
| [http://www.micrel.cz/Dx/ www.micrel.cz/Dx]
 +
| Delphi
 +
|
 +
|-
 +
| Afterwarp
 +
| [http://www.afterwarp.net/ www.afterwarp.net]
 +
| FPC/Delphi
 +
|
 +
|-
 +
| Allegro
 +
| [http://alleg.sourceforge.net/ alleg.sourceforge.net]
 +
| [http://allegro-pas.sourceforge.net/ Allegro-pas Bindings]
 +
|
 
|-
 
|-
 
| GameMaker: Studio
 
| GameMaker: Studio

Revision as of 17:25, 25 April 2014

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 Alive?
Andorra 2D andorra.sourceforge.net Delphi
CAST II Game Engine http://www.casteng.com/ Delphi Alive? last update 2011
Delphi X www.micrel.cz/Dx Delphi
Afterwarp www.afterwarp.net FPC/Delphi
Allegro alleg.sourceforge.net Allegro-pas Bindings
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.