Downloads
Which download do I need?
- C# developers: Install ERS via NuGet. Use the button above to go to the NuGet packages.
- C++ developers: Use the “Download latest (C++ binaries)” button to grab the latest ERS binaries from GitHub.
- Embedding ERS in your app: Use the C++ binaries or the C# NuGet packages. The Editor is not required for runtime embedding.
- Looking for previous versions: use the Changelog button below.
Engine bindings (SDK)
Use these when embedding ERS into your codebase or to build procedural models quickly.
For setup guides, see Getting started → Installation:
Source code
Browse the bindings source that matches this documentation version.
Bindings source code (this version)
Getting started
Our getting started guide including a tutorial for beginners is available in the Getting started guide.
Version history
Offline Documentation
Download the entire documentation website as a single zip file for offline access.
Requirements: Python 3 (pre-installed on most systems)
Quick Start:
- Windows: Extract the ZIP and double-click
start_server.bat - Linux/macOS: Extract the ZIP and run
./start_server.sh - Then open your browser to
http://localhost:8000
For detailed instructions, see the README.txt file included in the download.