内容简介:"Castle Game Engine" (We have many graphic features (shadows, mirrors, screen effects...) and support many data formats for game assets (X3D, glTF, VRML, Collada, Spine...). We have many user-interface components, with a powerful viewport to display 3D or
Castle Game Engine
"Castle Game Engine" ( https://castle-engine.io/ ) is an open-source 3D and 2D game engine.
We have many graphic features (shadows, mirrors, screen effects...) and support many data formats for game assets (X3D, glTF, VRML, Collada, Spine...). We have many user-interface components, with a powerful viewport to display 3D or 2D content, with many optional features (like instant creatures with simple walking and attacking intelligence). We're cross-platform (desktop, mobile, Nintendo Switch).
See https://castle-engine.io/features.php for the complete list of engine features.
Documentation:
-
The "Getting Started" page on https://castle-engine.io/documentation.php describes what to install and how to compile. See also the "Compiling" section below for a short version.
-
Manual: See https://castle-engine.io/manual_intro.php .
-
API reference: Online on https://castle-engine.io/apidoc/html/index.html . Offline in doc/reference/ subdirectory of the engine archive (if you downloaded the zip or tar.gz engine release), just open the file doc/reference/index.html in your WWW browser.
-
Numerous examples are provided in the examples/ subdirectory. For example take a look at a simple FPS game example in the examples/fps_game/ subdirectory.
-
Guide to creating game data: https://castle-engine.io/creating_data_intro.php
Questions? Talk to us on forum or chat: https://castle-engine.io/talk.php .
Support us on https://www.patreon.com/castleengine .
Compiling
There are a couple of options. See the "Getting Started" page https://castle-engine.io/documentation.php for details. In short:
-
Use our Castle Game Engine Editor to design and build your applications. See https://castle-engine.io/manual_editor.php .
-
Use our Castle Game Engine command-line build tool to build your applications. See https://github.com/castle-engine/castle-engine/wiki/Build-Tool .
The build tool and editor use the project settings from the CastleEngineManifest.xml file.
-
Use Lazarus ( https://www.lazarus-ide.org/ ).
Install in Lazarus two packages:
- packages/castle_base.lpk and
- packages/castle_components.lpk
Also, compile (but don't install) this package:
- packages/castle_window.lpk
-
Use FPC fpmake / fppkg. See https://github.com/castle-engine/castle-engine/wiki/FpMake
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 the engine, you only have to share your modifications to the engine core. See COPYING.md for details.
Have fun!
Michalis Kamburelis
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
More Effective C++(中文版)
梅耶(Scott Meyers) / 侯捷 / 电子工业出版社 / 2011-1-1 / 59.00元
《More Effective C++:35个改善编程与设计的有效方法(中文版)》是梅耶尔大师Effective三部曲之一。继Effective C++之后,Scott Meyers于1996推出这本《More Effective C++(35个改善编程与设计的有效方法)》“续集”。条款变得比较少,页数倒是多了一些,原因是这次选材比“一集”更高阶,尤其是第5章。Meyers将此章命名为技术(tec......一起来看看 《More Effective C++(中文版)》 这本书的介绍吧!