Drawing in CSS – Parrot

A parrot made of right-triangles in pure CSS

A parrot made of right-triangles in pure CSS

So as I said in the previous post, I've started taking interest in making real drawings using just CSS.

This had led me to create a parrot, which is made purely in CSS. It consists only of axis-aligned right-triangles, and so can be articulated using only DIVs and borders.

Go see the parrot!

And be sure to have a glimpse at the source.

Note it won't work in IE6.0, but should work on any real web browser (IE7, FF2+, Opera, etc.).

Special thanks goes to ragestorm.net for hosting my page (WordPress.com won't allow it). It's also an interesting website for programmers, so check it out.

On Drawing the Parrot

I produced the parrot from this picture.

Drawing the parrot was in many ways a puzzle. Since I could only use axis-aligned right-triangles, I had to figure out how to produce many basic shapes. I tried to keep the count of the triangles low -- I could just as well get a program to produce a pixel-by-pixel copy of the parrot -- but what I wanted was a rough sketch that browsers can download and draw quickly.

The beak was paricularly challenging. I wanted to make a convincing curve, without using too many angles. The lighting on the beak helped me get a good effect with very few triangles (considering).

I had a constant battle between detailing and using few triangles. I used creative superimposing to create several details with the same triangle.

In a "blurry" picture, detail represents focus. I left the origin of the wing undetailed on purpose. I didn't want it to draw attention from what I think are the main features of the image: the face and the tip of the wing (I now regret detailing the stand so much).

What I found curious in the process of drawing it, is that there seemed to be a certain order of drawing which was right to follow. Because it's made of layers on top of layers, the drawing order is affected by the z-placement. In what way - depends on your method. I found it easier -- in the parrot's case -- to draw the top-level triangles first, and background triangles last.

Deciding which details fit in and which don't, was a completely artistic choice. You'll notice the legs are rather blurry in that aspect. In the original image you could see the leg in much more detail, and also a hint of another leg. I thought it's not really relevant to the Big Picture. However, the little yellowish strip on the wing I not only drew, but even emphasized it. I thought it adds realism to an otherwise rather abstract body.

Comments and ideas are welcome.

I'm also planning on making another drawing, so if you have a picture which you think I should reproduce, I'd be happy to consider it.

Tags: , , , ,

Categorised in: ,

7 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *