Archive for the 'code' Category

Lsystems and Pure Data

code - September 7th, 2006 - marloes - No Comments

For the workshop Go Forth! during Futuresonic festival in Manchester, I made a little example of how to hook Packet Forth to Pure Data using OSC. The PF part is an Lsystem that draws lines, step by step, growing into a little chaotic cluster. The PD part receives the string that generates the lines and […]

read full post...

Lsystems in pf

code - September 5th, 2006 - marloes - No Comments

Recently I read some things about Lsystems and started building one in Packet Forth. L-systems are a mathematical formalism proposed by Aristid Lindenmayer in 1968 as a foundation for an axiomatic theory of biological development. The system I wrote works like any other Lsystem. It takes a seed and a rule on how to grow […]

read full post...