Video

Generative Art Experiment – Perlin Noise 1

Unfortunately your browser is not able to show this content.

You can download perlinnoise_1.pde (Sourcecode) and compile it with Processing.

This sketch is an experiment using perlin noise. This creates an interesting random “flow”. In this sketch both the position of the circles as well as the colors are generated using perlin noise. The colors especially show a nice flowing transition from one color to the next.

ps: press on the canvas to reset the sketch

Image

Random Walker

Unfortunately your browser is not able to show this content.

You can download random_walker.pde (Sourcecode) and compile it with Processing.

This sketch is an example from the first chapter of a wonderful book I just bought called “The Nature Of Code” written by Daniel Shiffman.

The idea of a random walker is well.. that it walks randomly. Each time the walker takes a step it flips a coin to determine which direction it will walk, and after that it will leave a trail in the form of a dot, with a random color.

This sketch is perfect if you want to create a zombie Apocalypse!

ps: click to reset