I am testing javascript here now!


Paragraph editing

Okay, will this work?


Editing SVGs and mouse tracking

I made a folder called /screens/ where you can see all the SVG editing stuff I used.


Procedural Animation (PA) Part 1: Ropes

In order to make procedural animation, I started by making a ropes(ids, dist) function, that would move elements in the list ids to be dist pixels apart. (It's in screens/screens.js)