Archive for the 'code' Category

Dot Matrix patterns

code, hardware - March 25th, 2008 - aymeric - No Comments

In “hello process”, each iteration, through all the small bits of FORTH code inside the block file image, is visualized as one line of graphics on paper from the dot matrix printer. These graphics are not generated as an image and sent to the printer, but instead are directly using the 8-pin graphics mode of […]

read full post...

touch me, touch me

code - June 11th, 2007 - aymeric - 1 Comment »

The software part of pond is almost ready and we’re now mounting all the bits and pieces together including the touch screens. Everything is working fine but we had a bit of troubles with the serial touchscreen, even though it is supposed to be working on Xorg, the calibration software provided by penmount is really […]

read full post...

jumping

code - October 26th, 2006 - marloes - No Comments

We’ve now implemented the jumping of datapackets from one ecosystem to the next. We have also been working on the visualisation of the process. Newborn packets are surrounded by a circle, fertile packets glow and dying packets fade… We will continue to work on the visualisation and networking of the ecosystems.

read full post...

implemented shape generator

code - October 20th, 2006 - marloes - No Comments

In our “go forth & *” software, we’ve now implemented the previously mentioned shapegenerator. We also introduced fertility cycles, reproduction and the prevention of over- and underpopulation. Our next step is making the packets jump from one ecosystem to the next.

read full post...

Miniphy

code - September 20th, 2006 - aymeric - 8 Comments »

Miniphy is a Packet Forth words library that provides various simple math shortcuts and handy functions that can be useful to handle simple 2D vectors.

read full post...

shape generator

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

To give each packet of data its own personality and shape, i’ve made a shape generating script in PF. The shape is determined by the packets “DNA”. In this script the DNA consists of 4 random numbers between 0 and 9, linked to the following characteristics: sociability, speed, reproductivity and love for travelling. Some packets […]

read full post...