aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6a7b65bfc59ac7ac3b7da4d4bb6978bb70d3c846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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