Posts
Search
Contact
Cookies
About
RSS


raylib a novices guide for creating a simple game
First off its important to have a clear goal in mind... But before we get carried away, you need some …

PoolArray - C array tracking
A pattern I have found myself using a number of times is a pool array, you can just use an …

raylib adding a static terrain (ODE)
Last time we were colliding with just a simple ground plane, while this is okay, what looks at together better …

3d Physics with raylib and ODE
Open Dynamic Engine (ODE) has been around for quite some time, it has a nice C API and is both …

Lighting with raylib
Initially I wasn't going to release this until I could find someone to go over the shader calculations, but while …

raylib game coding library for C
I gotta say right off the bat, that this is a little gem, often when coding in C you may …