top of page

Design Challenge 6: Nature of Code

Use Processing to design a generative work that mimics a natural process in some way.
Topics to look into:

  • Recursion

  • Fractals

  • Vectors

  • Physics/gravity

the noise() function

dc6-1.JPG
dc6-2.JPG

The video is here:

https://vimeo.com/366144016 (Links to an external site.)

The code is here:

https://drive.google.com/file/d/1TSEFoZ8SRpKYUEG5P1pLHxwKMHA3vJV7/view?usp=sharing
 

Processing is fun! In this project, I've made 2 different sketches again. The first one is one light hanging on the ceiling and waving around and showing the current time in the middle. It is fun to see the lantern hanging around but I want a better output. The second one is the one using Perlin Noice to create a vector grid then the blue arrows will flow along the grid to mimic the natural water flow. The outcome is pretty decent. The grid will be regenerated every time by clicking the caravan, and the water flow is very enjoyable to look.

©2022 by MiNG.

bottom of page