scandium engine

Experimental game engine inspired by Blitz3D

Install Documentation

Main Features

Simplicity

Scandium has no built-in editor. Projects are written directly in Lua.

Performance

The engine core is written in C++ and uses raylib. Gameplay logic runs in Lua on top of the core.

Flexibility

Gameplay behavior is defined through scripts. Lua code can be changed without rebuilding the engine.