Pixelated Kaleidoscope

๐Ÿ”— Code Example: Pixelated Kaleidoscope

๐Ÿ”— References:

๐Ÿ”— Timestamps:

  • 0:56 Create a 2d array grid to store color information

  • 3:30 Create an interactive kaleidoscope using mouse as input

  • 7:15 Calculate mirror pixels to get a kaleidoscope pattern

  • 10:25 Make it rainbow colors with HSB mode

  • 12:37 Create a generative kaleidoscope using random()

  • 18:32 Experiment with a different color palette

Next

Flocking Simulation with Quadtree