v3ga

Bits and Blobs

Entries Tagged as 'Processing'

BW Particles

June 15th, 2008 · No Comments

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.

[Read more →]

Tags: Processing

Retrieving SMS messages from Processing on Mac

May 31st, 2008 · 9 Comments

>>> 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 […]

[Read more →]

Tags: Processing

Back from the Flash Festival

May 29th, 2008 · 1 Comment

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 […]

[Read more →]

Tags: Processing · Flash

BlobDetection in AS3

May 20th, 2008 · 1 Comment

Andrei Thomas recently adapted the Blob Detection library for Actionscript 3 and extended the functionalities into a BitmapBlobDetection object. Great!

[Read more →]

Tags: Processing · Flash

Web Flash Festival - 23 / 25 may 2008

May 19th, 2008 · 1 Comment

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 […]

[Read more →]

Tags: Processing

Déplié international

May 15th, 2008 · No Comments

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 […]

[Read more →]

Tags: Processing

Processing sketches 2002-2004

April 25th, 2008 · 1 Comment

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 […]

[Read more →]

Tags: Processing · OpenGL

Processing workshop in Paris - code sources

April 15th, 2008 · 1 Comment

Un grand merci à tous les partipants de ce week-end ! Les code sources qui ont été dissequés sont en ligne à cette addresse >>icihere

[Read more →]

Tags: Processing · Workshop

Processing workshop in Paris.

April 11th, 2008 · No Comments

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 […]

[Read more →]

Tags: Processing · Workshop

Slides & Book

November 18th, 2007 · 4 Comments

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 […]

[Read more →]

Tags: Processing · Workshop