This boilerplate gives you a faster start to your project. Comes preinstalled with all libraries, no further downloads required.
- Scene Management
- Game Status
- Global Variables
- Ready-to-use Raylib, Raygui and themes
- Useful logger and assert functions
Clone the project
git clone https://github.com/omerfdmrl/raylib-boilerplate
Go to the project directory
cd raylib-boilerplate
Run project
make run
To run tests, run the following command
Unity;
make test
Gdb;
make gdb
Valgrind;
make valgrind
-
Object Manager
-
Dynamically scene management
-
Multilanguage support for game
-
Unit tests