Day 13: NoiseLoop Object and GIFs
Not very many sketches today but it represents a lot of work. A new vecotr based NoiseLoop object and recording gifs based on a custom loop marker.See Coding Challenge 136.2
- Made a
NoiseLoop
class starting from Shiffman's example, but used myVector
class to drive the math. - Made it so I could get the same sketch repeatedly instead of arbitrary random numbers.
- Made it auto record based on the angle values. That feature is currently turned off in the sketch.
- Spent way too much time with ImageMagick
- Realized that my original sketch was not a good fit for a gif (it's the second one on this page) and made a replacement.
Hover the mouse over a sketch to make it run.
- 01-noise-loop-library: ~2MB of images will load on click through.
- 02-the-original-loop