TOC

Day 13: NoiseLoop Object and GIFs

Repo for Day 13

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

  1. Made a NoiseLoop class starting from Shiffman's example, but used my Vector class to drive the math.
  2. Made it so I could get the same sketch repeatedly instead of arbitrary random numbers.
  3. Made it auto record based on the angle values. That feature is currently turned off in the sketch.
  4. Spent way too much time with ImageMagick
  5. 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.

  1. 01-noise-loop-library: ~2MB of images will load on click through.
  2. 02-the-original-loop