February 18, 2014

Hamiltonian Cycle in JavaScript

Visiting the Gemeente Museum Den Haag — currently called Kunstmuseum Den Haag — I came across a painting I knew already for quite a while, and which I like very much, but now it triggered something. Looking at Vilmos Huszár‘s painting Compositie II (schaatsenrijders) from 1917, I saw, although being sober, the ice skaters move from spot to spot on the painting. I thought: wouldn’t it be great to animate this?

Vilmos Huszar

more

October 15, 2013

How to track browser paint events

Last week I was visiting Fronteers 2013 conference in beautiful Tuschinsky cinema in Amsterdam. At the conference, Paul Lewis had a presentation on browser rendering performance. He showed a slide which contained an animation that showed how a browser calculates and paints the screen. Some people on twitter were wonderin how this animation was created. It appeared to be a modified Firefox build. The visualization of paint events cought my interest and I was curious if it was possible to catch Chrome paint events and animate them myself.

more

October 02, 2013

Creating a basic Chrome devtools plugin

NOTICE: The below is an outdated article about Chrome devtools plugins. It is not up to date.

So I wanted to create a Chrome devtools plugin. Scraping the Building a Chrome Extension developer page a couple of weeks ago, I found out that chrome.devtools.panels is available. I hadn’t looked into extension development much since creating the Googlevich extension, which is an artwork of which I do not know wether it still works, so I was happily surprised to see a devtools api!

Osudio devtools

This is what we aim for.

more

September 17, 2013

Using the web as a resource

Cleaning up some old stuff I came across a nice and simple example of how to use the internet as a resource for something artistic. When I’m teaching, I always pay attention to the possibilities of using the web as much more than just a Yellow Pages platform where you, as an artist, can show off your work with a portfolio. Just like a lot of Arduino addicts use sensoric data to visualize or moderate a Processing.org sketch or a different piece of hardware, one can use stuff from the internet as a means for a visual end.

more