ceigey / raylib-hacking-around

Trying out C in more depth via raylib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raylib-hacking-around

Introduction

Following these examples and tweaking them: Raylib examples.

Used these steps to build libraylib.a: Working on macOS.

Realistically though you just need to download a release and place libraylib.a somewhere in your project along with raylib.h, and #include them.

Currently builds on macOS 10.14.

Building

./build.sh

Code style

StandardJS in C but with semicolons.

(Just be glad I didn't go for some pseudo Elmish Schema syntax...)

About

Trying out C in more depth via raylib.


Languages

Language:C 99.9%Language:Shell 0.1%