News Archive
nvqm
I put together a library for numeric, vector, quaternion, and matrix operations, with implementations in C99, JavaScript, TypeScript, and Sink:
Enjoy!
Super Trump Run
I decided to take a small break from working on my game engine to make a stupid game. I succeeded! This game is quite stupid! 😀 But it was fun, and hopefully a few people out there like it.
Sound Filtering Source Code
I posted a new project on GitHub that has C99 source code to simple audio filters (lowpass, highpass, notch, etc).
Researching these filters has been a huge pain, but the code is really simple. Hopefully this helps a few people out there who just want the final answer without digging through insane math and large and ugly codebases: