Quickstart

Modularity supports native C++ scripting with hot compilation, per-object state, and editor-time inspectors powered by ImGui.

C++ Scripting Quickstart

Scripts are compiled into shared libraries and loaded at runtime by the engine, as seen below.

Project Setup

  1. Scripts live under Scripts/

  2. Output binaries are written to Cache/ScriptBin/

  3. Paths are configurable via Scripts.modu

Last updated

Was this helpful?