Revisiting maze creation
I'm gradually going through my older code, updating projects I think merit some love. A year ago now I implemented …
Mechanical keyboard at realistic price ?
Like any programmer I use a keyboard practically every day, and finding a decent keyboard that's right for you can …
Complex behaviour from a few simple rules
https://www.youtube.com/watch?v=6VukWelD_Fc Often its easy to assume a computer controlled agent is working under some highly complex and "intelligent" rules. However …
ODE vehicles with Raylib
https://www.youtube.com/watch?v=LjsKEO105Dw One thing for sure is that correctly configuring a vehicle in a dynamics system, is more akin to a …
BGFX C API taking it further
Initially just to start getting to grips with BGFX I simply ported a simple C++ example to C, while avoiding …
Getting traction with BGFX...
what a horrible texture! Well while BGFX is an amazing renderer library, I don't mind admitting I've found the initial …