Skip to content

jamiltron/ray-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray-Starter

A basic skeleton of a project using Cmake to find raylib.

Note that I vendor raylib in here directly just for my ease of use. This is currently the 3.5 version built from source. If you want to supply your own version update it here, or add references in the FindRAYLIB.cmake file.

Building

mkdir build; cd build; cmake ..

If you're using Visual Studio you'll probably need to right-click on your project solution and set the working directory to wherever your exe gets output to. I need to figure out how to set that with CMake.

Dependencies

The below dependencies are used in the project or are the dependencies of dependencies, I have tried to link their licenses or repos below

About

A skeleton of a raylib project with Cmake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published