TOC

Day 14: OpenSimplex Noise

Repo for Day 14

All three sketches use OpenSimplex Noise as perCoding Challenge 137 I'm not clear exactly on why but these seem to run a little bit faster. I did recompile the original TypeScript module to learn how to compile TypeScript for the web rather than a node project. Those infrastructure questions, and then how to use modules with p5js is what took most of the day.

  1. Made a seperate repo to explore how to compileTypeScript for the web.
  2. Copied the recompiled files into the addons folder. There is an example page.
  3. Made and then threw out a Class wrapper hoping that would avoid the need for instance mode.

These sketches run freely until I can figure out how to make my controller work with instance mode.

  1. 01-hello-2d
  2. 02-hello-3d
  3. 03-hello-4d