Painter
A web app which procedurally generates art from points where you click on the canvas.
The UI components are written with Svelte, and the painting effect was made using PixiJS and a custom WebGL shader.
This has been a bit of an ongoing project which has gone through several iterations in an effort to improve its stability and performance. In this latest iteration, I was also able to add additional cool features such as the ability to click and drag on the canvas and the ability to clear the canvas with a fun procedural dissolve effect.