So, first update to the site after its initial creation

I added a very basic p5js renderer. The basic idea is to create a placeholder DOM element that a p5js sketch can use to display any kind of arbitrary sketch.

The first sketch I added was a simple one I call “Connect The Dots”. The idea is that every time you click the canvas, a new dot will appear, and each dot is connected to all other dots on the screen. The closer the dots are to each other, the darker the line.

View it here: Connect The Dots