Day 14: OpenSimplex Noise
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.
- Made a seperate repo to explore how to compileTypeScript for the web.
- Copied the recompiled files into the addons folder. There is an example page.
- 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.