An interactive logo for the site we're doing for Ehcofab, a fablab project in Seville. Our clients gave us the design of the logo (logotype+isotype) and we decided to animate it using a very simple particle system coded in processing.js. You can check it here: http://ehcofab.net/ Note: the site is currently a simple splash with the logo, the webpage is on construction. Regards.
Hi! I got a strange "problem" with a sketch. I am playing with a Java library, htmlparser. It´s a really nice library, useful for parsing web pages and, imho, works much smoother than ProHTML, that gave me a lot of headaches that made me to give up. In order to learn the library I was creating a little tool, that parses The Big Picture (http://www.boston.com/bigpicture/) and brings one of the nice pictures posted there to the sketch in an arbitrary way; the concept is quite simple: it´s a learning sketch. The problem I find is sometimes it seems than the sketch takes a couple of links, not one. The sketch takes its size from the dimensions of the picture, so in this case the dimensions passed to the size() function are the width and height of the first picture but the final image brought to the sketch is the second one. I can´t exactly figure out what is going on here, and I ´d like to know... any good idea there? thanks&®ards · Ale
Code here (maybe it takes a couple of attempts to make it fail the way I describe above):