Category: Logbook

  • A talk about _5imcity2000 at Processing Ghent

    On the 24/11/2011, I will be giving a presentation about my project for the “Writtenimages” book at the Processing Ghent v003 meeting .

  • writtenImages : follow-up

    After this small introduction, I added a few graphical elements to this project. From now on, you should have an idea of what I’m trying to compose ;). It’s all random for now. But because it’s kind of pretty, I’m sharing it. Things will get organized a bit more in the following steps. @Chris has…

  • writtenImages : first step

    “Written images” is a diploma thesis of Martin Fuchs who’s proposing a project in contemporary generative print design and art. “Its final products will be a book that presents programmed images by various artists. Each print in process will be calculated individually – which makes every single book unique.” Since I very much lixed the…

  • Bookmarklet for Youtu.be

    Couldn’t find a bookmarklet to quickly make a short link to a Youtube video. So I made it, for fun. 🙂 Drag & drop the link below in your bookmark toolbar and only click when you’re in front of a video page from Youtube. Youtu.be An example: http://www.youtube.com/watch?v=pq9sTR1PKqM&playnext_from=TL&videos=aIMbpJ22PdM&feature=rec-LGOUT-farside_rn-5r-5-HM becomes http://youtu.be/pq9sTR1PKqM

  • GStreamer and openFrameworks v061

    Last May, I participated in the openFrameworks workshop organised by iMAL and, even if I was delighted to dicover this new programming environment, I was a bit frustrated because I couldn’t get the video module to work the way I wanted. Today, width the release of version 061, and thanks to the work of Arturo…

  • Pink Syrup at the B-Gallery

    Pink Syrup (Tof, as we call him) presents his pictograms at the B-Gallery, Brussels. Some pictures taken at the opening…

  • timeGoesBy

    “Choose your planet”, a sketch by antiplastik on openProcessing, is one of my favorites and I always wanted to have a deeper look at it. So I ended up forking (branching) it so I could use it in a video projection for a music band called Saule et les Pleureurs. I’ve added a walking man,…

  • Bit shifting is fun : 1st lesson

    Found a nice little trick thanks to this sketch. I was studying the code behind it and this line intrigued me: ellipse(0, 0, halfsize<<1, halfsize<<1); I knew “<<” meant a bitwise operation, but I only saw it in some processing example about faster color manipulation. First time, I see it in a case like this.…

  • 1st sketch @OpenProcessing

    It’s been quite some time since I’ve been following OpenProcessing. The idea behind the website is simple: allow anyone to post some Processing bits of code and share it with others. It’s well made and a great way to learn new stuff. The ideal complement to the mother site. All codes are open and freely…