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 …
Painting on a 3d Mesh with Raylib
Recently a new example textures_mouse_painting was added to raylib, and I thought "that's neat scribbling on a texture.... hmm...." wouldn't …