t i m - w o o d . n e t

 

Procssing

I started toying with Processing in the summer of 2004. It is a powerful tool for any range of artistic and programming talent.

To learn more about processing, visit the official site.



Genetic Algorithms

How do you get from point A to point B? For a human, this can be very simple, but for a machine to figure it out can be a much trickier. This program "evolves" a solution to a simple puzzle of getting from one point to another.

Game of Life

The classic "Game of Life" is a visual representation of simulated life. Each square represents an organism, who's life cycle is based entirely off a few (deceptively) simple rules. The ecosystem that evolves is entirely based on the number of neighbors to each organism at each instant.

Elastic Nodes

This is a simple system of nodes that are attracted to each other by a gravity like force. Not too complex, but interesting to watch how they interact.

t i m - w o o d . n e t