12/10/2008

11/28/2008

Students Projects

presentation of the first projects made by the students in the workshop "objets communicants" in Ensad :
diwali project

DSC_2435

DSC_2431

DSC_2421

DSC_2418

9/09/2008

Exposition Galerie Duplex du 6 sept au 11 octobre

Quelques photos de mes pièces exposées à la Galerie Duplex :
























Et le montage de l'exposition :






......plus de photos ici : Flickr

8/04/2008

New WorkSpace

My new workspace for 1 year in La Malterie

studio Malterie

studio Malterie

studio Malterie

7/09/2008

6/28/2008

paper toys

I'm working actually on a project of a CrafToys generator on Processing. Like my old project "Pince Vocale"


to produce some paper avatar, ready to manifest their opinion like this small Eniarofer with eniarof placards


I would like to print automatically the template in the Processing application. After some research on internet I've found my treasure, some function in the library java.awt.print


----------------------------------------------

a small function below, just for print the screen :


void printscreen()
{
try {
java.awt.print.PrinterJob pjob = java.awt.print.PrinterJob.getPrinterJob();
pjob.setJobName("monvisuel");
pjob.setCopies(1);
pjob.setPrintable(new java.awt.print.Printable() {
public int print(Graphics pg, java.awt.print.PageFormat pf, int pageNum) {
if (pageNum > 0)
return java.awt.print.Printable.NO_SUCH_PAGE;

superPaint(pg);

return java.awt.print.Printable.PAGE_EXISTS;
}
});

// comment the 2 line to avoid printer dialog box
if (pjob.printDialog() == false)
return;

pjob.print();
} catch (java.awt.print.PrinterException pe) {

}
}

void superPaint(Graphics g) {
super.paint(g);
}

----------------------------------------------
SOME good links about Papertoys :

papercritters
ShinTanaka Website
the big 3D papermodel website

5/14/2008

GPS PSP Press Packaging

Great gift for me today!
I've received a special pack (for the press) of the gocam and the psp GPS.

pack press information GoPSPGo

5/07/2008

Oterp at Cube Festival



Exhibition of Oterp during the CubeFestival.

4/28/2008

Workshop Processing-Arduino Ensad

I taught in a workshop on Processing and Arduino during a week in the ENSAD school - Paris :

DSC_1812

DSC_1811

DSC_1792

wimoteK2000

DSC_1806

DSC_1817

DSC_1825

DSC_1831