Difference between revisions of "Castle Game Engine"

From Lazarus wiki
Jump to navigationJump to search
(→‎External links: Update CGE links)
 
Line 46: Line 46:
 
==External links==
 
==External links==
  
* [https://www.youtube.com/c/CastleGameEngineX3d/ Castle Game Engine YouTube channel]
+
* [https://www.youtube.com/c/CastleGameEngine/ Castle Game Engine YouTube channel]
* [https://castle-engine.io/features.php More complete list of engine features]
+
* [https://castle-engine.io/features More complete list of engine features]
 
* [https://castle-engine.io/install Manual, starting from Installation and Building your first application]
 
* [https://castle-engine.io/install Manual, starting from Installation and Building your first application]
* [https://castle-engine.io/apidoc-unstable/html/index.html API reference]
+
* [https://castle-engine.io/apidoc/html/index.html API reference]
 
* [https://www.patreon.com/castleengine Patreon page]
 
* [https://www.patreon.com/castleengine Patreon page]
  

Latest revision as of 03:10, 20 September 2022

English (en) suomi (fi) français (fr)

Game Development

Castle Game Engine is a cross-platform 3D and 2D game engine.

  • The engine can be used to compile desktop (Linux, Windows, macOS), mobile (Android, iOS) and consoles (Nintendo Switch) games.
  • Many graphic effects are available: physically-based rendering, shadows, mirrors, bump mapping, shader effects, gamma correction. Rendering is done through OpenGL or OpenGLES.
  • The user interface is cross-platform and supports anchors and automatic scaling.

The engine is open-source. The engine may be used under GNU LGPL with "static linking exception", just like FPC RTL and Lazarus LCL. So you can make both open- and closed-source games.

Screenshots

glTF 3D scene with outlines:

castle game engine scene outlines.png

Using gizmo to design 2D game:

castle game engine gizmo2d.png

"Escape from the Universe" game localized to Japanese:

castle game engine japanese game.jpg

Strategy game, using Tiled to design maps:

castle game engine strategy game.png

3rd-person camera demo:

castle game engine third person camera.png

3D model browser in Lazarus:

kambi vrml browser.jpg

External links