/Simple-Raylib-Template

Simple C template for Raylib

Primary LanguageCMakeMIT LicenseMIT

Simple Raylib Template 📜

🔎 Overview

This is the simple template for raylib games and applications, written in C.

Prerequesites 📝

Setup 🛠️

  • 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 .

©️ Credits

Licence❕

This template is under the MIT Licence, but you can freely modify it, change it to whatever suits your needs!