Posts
Search
Contact
Cookies
About
RSS


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 …

What's faster calling a function with a struct or a pointer to a struct ?
Well this one should be easy ? Right ? obviously as C is pass by value if you're passing a …

Using bgfx from C
As you may know I'm not much of a C++ fan, the whole point of source code is it should …