This is the simple template for raylib games and applications, written in C.
- Create a Github repository from this template or clone this repo directly from Github (up to you!);
- In the projects directory:
- Create and enter your final binary directory:
$ mkdir bin/ $ cd bin/
- Build the project using CMake...
$ cmake .. $ cmake --build .
This template is under the MIT Licence, but you can freely modify it, change it to whatever suits your needs!