Simon released the source code of the program we assembled for the Web Flash Festival some weeks ago. Check it out.
cadavre exquis web flash festival from crazy snake on Vimeo.
Simon released the source code of the program we assembled for the Web Flash Festival some weeks ago. Check it out.
cadavre exquis web flash festival from crazy snake on Vimeo.
Tags: Processing
>>> Download processing sketch <<<
Here is a sketch written in Processing that allows you to retrieve in real-time SMS messages from a phone. It uses a MySQL-driven database to store the messages, you’ll need to have one at your disposal (remote or local).
A convenient way to install such a database on your computer is to […]
Tags: Processing
I spent an intense week-end in Paris where I perfomed a coding session with Processing (see my previous post). I had the pleasure to be associated with Simon Geilfus for the whole Sunday afternoon and we just had six hours to produce a program around the theme “Playable”, knowing that our production would be shown […]
Tags: Processing · Flash
Andrei Thomas recently adapted the Blob Detection library for Actionscript 3 and extended the functionalities into a BitmapBlobDetection object. Great!
Tags: Processing · Flash
I’ve been invited to participate to the next Web Flash Festival @ Le Centre Pompidou in Paris, France. The performance I am involved in is called “Le cadavre exquis de code” in which several programmers/artists will create a program around a given topic using Processing environment. Each participant will remix what his predecessor has just […]
Tags: Processing
I had the pleasure to work with artist Etienne Cliquet on a project involving Mobile Processing and BlueTooth communication. The application is exposed and running during three weeks for the the Déplié international exhibition @ Cité Internationale Universitaire de Paris (13 May-8 June), and is part of six origami-centered installations Etienne specially created for […]
Tags: Processing
Some people wrote me to ask where some of my processing sketches were gone. Well, they’re lying somewhere on my server with a webpage I don’t maintain anymore. When Processing Beta came out in 2005 (I think), Martin Antolini kindly adapted my sketches from Alpha to Beta version. I just packed all of them in […]
Tags: Processing · OpenGL
Un grand merci à tous les partipants de ce week-end ! Les code sources qui ont été dissequés sont en ligne à cette addresse >>icihere
Tags: Processing · Workshop
I’ll teach a two-days Processing workshop tomorrow in Paris. It is organised by the Cras and hosted @ Mains d’Oeuvres. Following topics will be covered :
Data structures : Array, ArrayList, HashMap, …
Classes : structure, instances, storage, inheritance, polymorphism.
3D : transformations, textures, openGL commands.
Computer Vision.
Network : Server / Clients structure, protocols with an example of […]
Tags: Processing · Workshop
I just created an online page where I gathered some french written slides I show and comment when animating a Processing workshop. The list will grow in the future with example code released.
Speaking of learning Processing, I finally get my hand(s) on the Processing book written by Casey Reas and Ben Fry. Besides […]
Tags: Processing · Workshop