processing | poor man’s evolution
This is an example from my generative design class of the digi-pro project. Genetic or evolutionary approaches are used to solve a wide range of problems with the computer. Many algorithms try to reproduce the mechanism of natural evolution as close as possible. They produce generations of slightly mutated information (DNA), combine the attributes of [...]
processing | Koch-curve
This is another small demo from my generative design class of the digi-pro project. It draws a Koch curve using a recursive algorithm at variable depth. The horizontal mouse position is used for the depth value. By pressing the p-key you may toggle the drawing of small point markers. The c-key will export the points [...]
processing | greatest common divisor
This is a small demo from my generative design class of the digi-pro project. It uses the euklidean algorithm to compute the greatest common divisor (GCD, GGT in german ) of two numbers. The mouse position (x, y) is used for the numbers. Press the keys 1, 2 or 3 to get different visualization methods [...]
processing | digi-pro
Some processing sketches will be shown here in the future. Starting with the ‘generative design’-workshop of the ‘digi-pro’-project I did some exercises in processing for my students.