Getting started with SpaRcle Engine¶
Installation¶
You can get your SpaRcle Engine with the following methods:
- Releases page (stable, recommended)
- GitHub Actions (latest, unstable)
- FlatHub (Linux only, planned)
- Build it yourself! (advanced, instructions below)
Supported platforms¶
- Windows 11
- Linux
- Android (currently only build supported)
- iOS - not planned in near future
Supported compilers¶
- MSVC (stable)
- GCC (stable)
- Clang
Building¶
Prerequisites¶
Clone repository via the command "git clone https://github.com/SpaRcle-Studio/SREngine"
Switch to the `dev` (latest) or `master` (stable), or another one, branch via the command "git checkout branch_name"
Run command "git submodule update --init --recursive" in repository folder
To checkout the repository faster, use the following command: