This is a template for a raylib project. It uses CMake and Ninja to build the project and includes a few useful things:
- Basic Raylib 3d project
- GitHub Actions for building for Windows, macOS, and HTML5
- Your hopes and dreams
This template requires:
- CMake
- Ninja
brew install cmake ninja
cmake -B build -G Ninja
cmake --build build
The built executable will be in the build/
directory.