Author Archive

May 19, 2011 0

The evolution of Skype from the conception to the acquisition by Microsoft

By admin in Infographic

The clever guys at  Credit Score Blog made the research and design on this brilliant infographic for Focus.com about the pros and cons of Skype’s acquisition by Microsoft last Week. There has been lost of posts about the strategy behind Microsoft’s choice, and the value of the transaction. This infographic presents an overview of the evolution of Skype, features [...]

Tags: , , , ,

May 7, 2011 2

Random 3D Subway Map

By admin in Actionscript, Experiments

I have always been fond of subway map. love the graphic quality of it! I thought I would give it a quick try in Flash and in 3D. This experiment draws a random subway map every time you refresh the page.

Tags: , , ,

May 6, 2011 0

Spheres on a plane by Dead Roman

By admin in Art

“Spheres on a plane” by Dead Roman – a real-time motion graphics experiment. It placed 4th in the annual demoscene competition at The Gathering 2011 in Norway. Making-of: blog.subsquare.com/​behind-the-spheres-on-the-plane

May 6, 2011 0

particles at YCAM an art installation by Daito Manabe + Motoi Ishibashi

By admin in Art

This is an art installation which is able to create a visionary beautiful dots pattern of blinking innumerable illuminations floating in all directions on the air. The number of balls with a built-in LED, pass through one after another on the rail “8-spiral shape.” We see this phenomenon like “the light particle float around” because the balls radiate in [...]

Tags: , , , , ,

May 6, 2011 0

Still recovering

By admin in Uncategorized

My Blog got hacked last week, and I am still recovering my files and experiments. Had not backed up my content properly, lesson learmed the hard way! So whoever is passing by, I am currently re-uploading my content, feel free to come back a little later for a full visit ;D  

May 5, 2011 0

The State of Mobile Development 2011

By admin in Infographic, Mobile

Tags: , , , ,

May 21, 2010 0

Lilac Wine (a drawing experiment)

By admin in Actionscript, Experiments

I really enjoyed Grant Skinner’s drawing of a tree, and I thought, I could give it a try as well. I got some help with Duarte Peixinho’s experiment you can find on the wonderful website. I tweaked many of his variables and added a few things, like stopping the Listeners when the tree is drawn. So here [...]

Tags: ,

April 4, 2010 0

Great Balls Of Fire, a particle experiment with papervision 3D

By admin in Actionscript

This is my creative response to the great post “Stop trying to make the Internet boring!” by Andreas about all the crap on section 3.3.1 on the apple developper’s user agreement. Watch out coz it’s pretty CPU intensive (more than 3000 particles on this one, updated on the fly) Hope you enjoy it , and [...]

Tags: , , ,

March 4, 2010 1

Tips’n’Tricks

By admin in Actionscript

Here some actionscript code snippets and/or tricks I stumbled upon, or found by myself. I may use it as a reminder.   / (via @zeh) //count only “drawn” frames NetStream.decodedFrames //complete frame count NetStream.info.droppedFrames Here is a snippet to force the browser’s focus when leaving fullscreen mode : stage.addEventListener(MouseEvent.CLICK,toggleFullScreen); function toggleFullScreen(event:MouseEvent):void { switch (stage.displayState) { [...]

Tags: , ,

January 29, 2010 0

What a wonderfull world

By admin in Actionscript

I was surfing on the web last week when I found a map of the world drawn with separated pixels. It was static jpeg, and I thought, hey why not draw this dynamically, and animate it on mouse over ? This my first script really using flash player 10. In fact I am using the [...]

Tags: , , ,