Skip to content

Extensions#

Blamite's extension system is a system designed to allow for the easy introduction of new code to the engine. It should be used in cases where modifying the engine is undesirable, but where the scripting engine is either missing specific functionality or where higher performance may be desired.

Getting Started#

To get started easily, you can download and modify an example project from here.

API Reference#

To create an extension, you'll need to familiarize yourself with the Blamite API.

For the full API reference, check here (not yet implemented).

Tutorials and example extensions are not yet available, but will be in the future.