News Archive

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.

Play Super Trump Run


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:

sndfilter on GitHub


NaN-Boxing Tutorial

I added a new tutorial, this time on NaN-boxing, which is a technique for implementing dynamic types in a language:

NaN-Boxing

« Newer Page 7 of 12 Older »