Posts
Search
Contact
Cookies
About
RSS


Shaders with raylib
While I've touched on "simple" lighting and the related fog shader, both of these are fairly complex to pick apart, …

Creating a 64 bit executable with raylib on windows
When I discovered how easy it was to create a 64 bit executable in Linux for windows, I though great, …

Path finding on hex maps
Right from the get go, I'm going to point you at red blob games, specifically this article but have a …

Raylib and Chipmunk2d
There are a number of options for 2d physics, and Chipmunk has been around for some time and is stable …

Cumulative matrix rotation
There are a number of advantages to keeping your accumulated orientation in a matrix rather than as Euler angles, however …

Complete Template for Raylib
While there are some basic code templates included with raylib and they are of good quality, they still need integrating …