Weird Faces Study by Matthias Dörfelt

Created by Matthias Dörfelt aka mokafolioWeird Faces Study uses PaperJS library to produce computer-generated faces that have a certain aesthetics and are immediately recognisable.

Weird Faces Study is an attempt to combine my old interest in illustration with programing, to create something procedural that has a truly individual artistic touch to it and is not instantly recognisable as a generative art piece. Even though, the faces look hand-drawn, they are entirely expressed by algorithmic rules. Each face is random, each face is unique. Still, they look similar to my actual hand drawn faces.

The faces are generated in a similar way as potato head (the toy). As seen on the right in the image below, Matthias thought about different presets for the different facial features that could then be mixed in arbitrary ways to compose the final face. The presets are expressed entirely algorithmically, so that each preset potentially has an infinite number of variations. Noise is applied to the outlines to suggest a hand drawn and natural gesture.

Weird Faces Study has been programmed in Java Script using the great PaperJS library. The library includes useful functions built in to simplify a lot of the operations described above (i.e. to find the closest point on a path and to find the normal of a point on a path).

By Filip Visnjic

Source: http://www.creativeapplications.net/featured/weird-faces-study-by-matthias-dorfelt-using-paperjs/