# rayskeleton
A simple to use and build skeleton project for raylib. Uses CMake.
# building and running in 8 easy steps
$ git clone git@github.com:oswjk/rayskeleton.git
$ cd rayskeleton
$ mkdir build
$ cd build
$ cmake ..
$ make raylib
$ make
$ ./src/rayskeleton