A few years ago I released Matrix Chain so I thought it was long overdue an update! There were a few minor changes needed for the latest version of Raylib, and the app still proves useful for experimenting with matrix calculations You can get it here Enjoy!
Tag: c
Being somewhat frustrated with the input option available in a game I’m playing I quickly cobbled together a quick app to send key presses when the joystick is used. The source below assumes WASD keys should be pressed when axis 0/1 changes and that buttons 0,1, and 2 should press keys Z, X and C. […]
PHP is without doubt a useful tool, however the language and specifically its API is somewhat inconsistent and lets be honest at times it can be a bottleneck. I find coding in C to be a less frustrating experience and if the language is good enough for the Apache developers that should tell you something. […]
As you may know I’m not much of a C++ fan, the whole point of source code is it should be human readable and it doesn’t take much to make C++ code look like someone’s sicked up a load of ascii on your code! and besides its much more fun being closer to the metal… […]