Skip to content

Latest commit

 

History

History

README.md

Component Gallery

Demo of various Castle Game Engine user interface components that you can use and design using the editor.

The demo features multiple tabs demonstrating the use of various CGE user interface components (descendants of TCastleUserInterface). See https://castle-engine.io/user_interface for a description of all the components and links to API reference.

Using Castle Game Engine.

Building

Compile by:

  • CGE editor. Just use menu items "Compile" or "Compile And Run".

  • Or use CGE command-line build tool. Run castle-engine compile in this directory.

  • Or use Lazarus. Open in Lazarus cge_component_gallery_standalone.lpi file and compile / run from Lazarus. Make sure to first register CGE Lazarus packages.

  • Or use Delphi. Open in Delphi cge_component_gallery_standalone.dproj file and compile / run from Delphi. See CGE and Delphi documentation for details.