Skip to content

tsr8/castle-engine

 
 

Repository files navigation

Castle Game Engine

"Castle Game Engine" ( https://castle-engine.sourceforge.net/ ) is an open-source 3D and 2D engine for games and other applications. We have many graphic features (shaders, shadows, screen effects...) and support many 3D formats (most notably VRML/X3D). We have a flexible manager of 3D objects, including ready creatures with AI. See https://castle-engine.sourceforge.net/engine.php for a list of features and documentation for developers.

Questions? Ask on our forum or mailing list, see https://castle-engine.sourceforge.net/forum.php .

Compiling

Use xxx_compile.sh scripts to compile particular examples using FPC. Use "make examples" in this directory to simply compile all examples.

If you use Lazarus (https://www.lazarus.freepascal.org/), you'll be interested in installing in Lazarus packages/castle_base.lpk and packages/castle_components.lpk (see packages/README.txt for more info). Then you can compile all the examples by opening their .lpi files and running them as usual from Lazarus.

License

The engine is available on the terms of LGPL >= 2 license with static linking exception. This is the same license as used by FPC RTL and Lazarus LCL. In short, you can make commercial and closed-source games using it, but you're expected to share your modifications to the engine core. See COPYING.txt for details.

Have fun!

Michalis Kamburelis (aka Kambi)

Packages

No packages published

Languages

  • Pascal 99.4%
  • GLSL 0.2%
  • Shell 0.1%
  • Makefile 0.1%
  • C++ 0.1%
  • C 0.1%