Experimental game engine inspired by Blitz3D
Scandium has no built-in editor. Projects are written directly in Lua.
The engine core is written in C++ and uses raylib. Gameplay logic runs in Lua on top of the core.
Gameplay behavior is defined through scripts. Lua code can be changed without rebuilding the engine.