-
Brownian Motion (Reloaded)

Foreword: Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. In this workshop you’ll make your first steps! I took part in an online course about „Creative Coding“ – I’ll share lessons learned and assist your first steps. Install Processing beforehand. We want…
-
Find the Chameleon: Modes #1 #2 #3 #4

-
Process 0 #0793

This week I imagined the day when computers create art to awe other computers, I wondered how much randomness one can add before chaos takes over, and, finally, I found an application for exp() 😉 I like the notion of creativity as a social and cultural activity – brains as synapses of a much bigger…
-
Randomized Signature Block

-
Duplicate and Randomly Distribute Clip
Clip | Source Some help from Macromedia. How to Use the Clip? Create an empty movie clip: Insert > New Symbol > MovieClip Name it clipRandom. Place it on the layer you want it (e.g. at the bottom). Add the ActionScript in the first frame of the main timeline: clipRandom.loadMovie(„duplicate-and-randomly-distribute-clip.swf“); This is all – you…