Archive for the 'fast drawing' Category

Sand Dollar - Fast Drawing

Sunday, September 14th, 2008

This is another sketch I did while developing my library for fast drawing. It is made up of 5,000 transparent squares.

It reminds me of a sand dollar:




Click either of the above images to see the flash version

The transparent squares are placed in a circular formation using polar coordinates. The squares can be pushed/separated with the mouse.

Swim - Fast Drawing

Saturday, September 13th, 2008

Using copyPixels to draw is very fast. If your code is set up correctly you can draw thousands of small graphics to the screen - this would be impossible using sprites, shapes etc…

Over the next couple of weeks I’ll be posting some of the sketches I created while developing a small library for handling this kind of drawing. This first one is a texture made up of 500 oscillating transparent circles that are attracted to the mouse…




Click either of the above images to see the flash version