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 …
Raspberry PI 4 - initial thoughts
I've had a Pi4 (4GB) for a few weeks now and overall I have to say I am really quite …
raylib Fog
When writing the raylib example shaders_basic_lighting, it occurred to me that taking it a little further and adding fog would …
Aligning a model with a terrain (raylib)
There are a number of reasons you may not wish to use a physics engine, but instead, use very simple …