I created GameCanvas.js to be able to make quick prototypes of visuals or games with javascript. It's inspired by p5.js but with more compact functions
See the Pen Flow field visualization by Alfons Nilsson (@TC5550) on CodePen.
Mobile browsers don't usually have a developer console. This library creates a custom console to easily debug JavaScript code on your phone
See the Pen FakeConsole 3.0 by Alfons Nilsson (@TC5550) on CodePen.
An early version of my PBR (physically based rendering) engine
See the Pen RenderEngine demo by Alfons Nilsson (@TC5550) on CodePen.