Sunday, January 16, 2011

Sketchy Structures

Draw whimsical scenes reminiscent of complex structures with HTML5 canvas and some javascript: One of my first experiments was an attempt at making a drawing application which would render a combination of human and machine output: a user dragging their mouse along a canvas will generate a number of points along that path. Running in the background is the machine: storing these points for future access while at the same time finding, from this cache, the closest points to the user’s current input and rendering a line connecting them.

by Jay (http://jayweeks.com/sketchy-structures-html5-canvas/)

No comments: