![]() |
Elevate Engine 1
|
Editor and Runtime emscripten builds are automaticly deployed on the gh-page branch. Here is a list of deployed projects :
| Project | Configuration | Link |
|---|---|---|
| Launcher | Release | Launcher |
| Sandbox | Release | Sandbox |
| Sandbox | Editor_Release | Sandbox Editor |
This project includes scripts to configure and build your project. Below is a quick guide on how to use them.
Run the bootstrap script:
cmd bootstrap.bat
bash ./bootstrap.sh
To change the configuration later, run the edit script:
Once the configuration is set, the script will automatically run premake5 with the selected option.
| Platform | OS | Compiler | Status |
|---|---|---|---|
windows-latest | MSVC (vs2022) | ||
ubuntu-latest | GCC (gmake2) | ||
emscripten (Windows Host) | Clang (Ninja) |