Skip to content

omerfdmrl/raylib-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Boilerplate

This boilerplate gives you a faster start to your project. Comes preinstalled with all libraries, no further downloads required.

Features

  • Scene Management
  • Game Status
  • Global Variables
  • Ready-to-use Raylib, Raygui and themes
  • Useful logger and assert functions

Run Locally

Clone the project

  git clone https://github.com/omerfdmrl/raylib-boilerplate

Go to the project directory

  cd raylib-boilerplate

Run project

  make run

Running Tests

To run tests, run the following command

Unity;

make test

Gdb;

make gdb

Valgrind;

make valgrind

Roadmap

  • Object Manager

  • Dynamically scene management

  • Multilanguage support for game

  • Unit tests

Authors

License

MIT

About

Ready-to-go raylib boilerplate for save your time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages