This is a cross-platform C++ project with OpenGL support.
- Shell
- Pip
- CMake
- Conan
If you have pip installed, you can install dependencies with the following command:
./scripts/init.sh./scripts/build.shThis script supports the following options:
--debugor-d: Build in debug mode.--build-onlyor-b: Only build the project without running it.
Usage: ./scripts/build.sh [--debug|-d] [--build-only|-b]