Quickstart
Modularity supports native C++ scripting with hot compilation, per-object state, and editor-time inspectors powered by ImGui.
C++ Scripting Quickstart
Project Setup
scriptsDir=Scripts
outDir=Cache/ScriptBin
includeDir=../src
includeDir=../include
cppStandard=c++20
linux.linkLib=dl,pthread
win.linkLib=User32,Advapi32Last updated
Was this helpful?
