Posts
Search
Contact
Cookies
About
RSS


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 …

Getting started with bgfx (the bring your own framework renderer)
Well over the years I've evaluated loads of different engines, and often you find things that don't quite cut the …

Remove executable permissions, while preserving directories.
Every time I copy something from an exfat formatted USB stick, I keep on having to search for this simple …

Cell shader revisited
Cell or Toon Shader in action First a quick word about "breakages" - I have to say the author of …