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

Image

Vertices 01

Unfortunately your browser is not able to show this content.

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

Playing around with vertices. This is a first experiment in creating shapes using Vertices. In this sketch a line is drawn between mouse clicks. If you click the right mouse button, the sketch will reset. Expect more shape drawing sketches soon.
Image

Hello World

Unfortunately your browser is not able to show this content.

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

Hello world,  once again. I have decided to start experimenting with the Processing programming language to create generative art. On this blog I will post my experiments and share my thoughts and ideas around art in general and the creation of art through code.