mkohlhaas / raylib

A simple and easy-to-use library to enjoy videogames programming

Home Page:http://www.raylib.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build raylib using make:

$ git clone https://github.com/raysan5/raylib.git
$ cd raylib/src/
$ make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED
$ sudo make install RAYLIB_LIBTYPE=SHARED

Build examples

$ cd ../examples/
$ git clone https://github.com/corelight/cwrap
$ sed -Ei 's|^CC = gcc|CC = ./cwrap/cwrap.pl|' Makefile
$ sed -Ei "s|find . -type f|find . -type f ! -path './cwrap/*'|" Makefile
$ make BUILD_MODE=DEBUG

About

A simple and easy-to-use library to enjoy videogames programming

http://www.raylib.com

License:zlib License


Languages

Language:C 92.5%Language:Makefile 3.4%Language:CMake 1.6%Language:Shell 1.0%Language:HTML 0.7%Language:Batchfile 0.5%Language:Meson 0.1%Language:Roff 0.1%