Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raylib_template

This is a very minimalistic project template for working with raylib in C++ and CMake I wrote for personal use.

Prerequisites

Building and running this project requires CMake, a build system of your choice such as Make, or Ninja and any C++ compiler.

Building

  1. Download this repository.
  2. Open the command line inside the repository folder.
  3. Run cmake . -B build to generate a project to build.
  4. Build the project by running cmake --build build.
  5. You can find the executable inside ./build/raylib_project/

Alternatively, if you are on windows, you can just run build.ps1 to build and run the project automatically.

About

Minimalistic project template for working with Raylib in C++ and CMake

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages