Prerequisites
Before working with Remake Engine, install the following:
- .NET SDK 10.0
- Git
- PowerShell 7+ (recommended for Windows command examples)
Platform Notes
- Primary supported runtime target is Windows x64.
- Windows variants and Linux targets are active goals.
- macOS support is best-effort where toolchains allow it.
Clone the Repository
git clone https://github.com/yggdrasil-au/RemakeEngine.git
cd RemakeEngine
Documentation Location
- Main documentation book source lives in RemakeEngineDocs/src.
- Runtime schemas live in schemas/ and remain a canonical source for module formats.