Dive into the archives.


  • Opening toss for Chess Tournament

    Creative Technology was asked to make a toss game for the Euro Chess Tournament 2009. A processing applet was made which let a ball bounce around a square field with a given start velocity and direction. At every bounce the ball will change color. The output is not totally random, only very hard to control [...]

  • Tate exhibition – now in processing

    Last weekend I paid a visit to Tate Modern. In the turbine hall was a funny, dreamy, if not to say fear-and-loathing-in-las-vegas like video projection. I used processing today to figure out what they did. Here’s a video of the result and the processing source code. // shows a time-delayed video. // Each row of [...]

  • Masterclass day #2

    Today the lessons on pancake backing (functional programming) were put to practice in the computer room. After a smooth introduction into the easy processing bits (drawing lines, shapes, pictures) the more difficult topics such as ‘how to start a video using an RFID tag’, ‘how to control pong with an arduino board’, and ‘how to [...]

  • Audiovisual “Brain Dumps”

    Creative Technology being both a inter- or multidisciplinary and personal curriculum, I decided to split my audiovisual contributions into what I would call “brain dumps”. Following the Wikipedia entry on “brain dump“, the phrase refers to: – Generally, the transfer of a large quantity of information from one person to another or to a piece [...]

  • low-res midi controlled pong

    Ok.. we won’t comment on the usefulness of this technology.. but hey! it is just a demonstration of the unlimited connection-power of Processing :) The computer playing Pong with itself. The motorfaders from the Behringer BCF2000 can either used as user-input or taken over by the PC. The display was taken from a bus-stop, and [...]

  • Posting Code

    Mostly as a first-time use of the syntax-highlighter that I just installed, my latest Processing sketch. Be aware, it might crash your Processing! //Create Generator by Marek (v0.1) // NOTE: RUN AT OWN RISK // it will probably lock Processing (or your machine) // due to the while loop // next to being more or [...]