Posts
Search
Contact
Cookies
About
RSS


Lazarus - a simple hello world GUI example
I used to love Delphi back in the day, there was even a Linux version at one point, but that …

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 …