Cross-platform Low Poly Space Game written in C++20.
- Clone this project with submodules, i.e.
git submodule update --init --recursive
- Clone algine
Note
You may also need to install additional libraries via your package manager depending on your distro.
sudo dnf install alsa-lib-develsudo apt install libasound2-devsrc project sources
resources project resources, i.e. audio, fonts, icons etc.
Note
In order to launch the game on Linux,
working directory must be set to resources.
The recommended tools are listed in the table below.
| Description | Tool |
|---|---|
| C compiler | clang |
| C++ compiler | clang++ |
| Debugger | lldb |
| Linker | mold |
| Option | Description | Required |
|---|---|---|
algine_dir |
path to algine | Yes |