Smash 4 Combo Calculator
Developed as an open-source project, the app has received praise by player users with regards to its design and usability.
Created with Vite and React, this web app also features its own code editor. I’ve included some examples that I spun together as part of my shader learnings.
As a child, I remember staring into the Windows Media Player visualisations, and wondering what magic was at work to create them.
The answer is shaders; bits of code which can assign colours based on the coordinates of pixels over some kind of render area.
After reading through The Book of Shaders (a wonderful resource, by the way), I thought I’d try creating some of my own.