A sketchbook to experiment with making visuals and simulating nature via code. Many of the simulation prompts are from Daniel Schiffman's Nature of Code or other challenges on The Coding Train.
Using p5.js with Typescript and Parcel doing the compiling/bundling.
To create a new sketch, run
npm run new-sim
in the terminal and follow the prompts. A templated file will be created, the corresponding index and data files will be updated, and the page will be immediately available to view in the dev server.