The "celebrities" who I used were: Aristotle, the three magic kings ( Melchior, Balthasar and Caspar), the Pope Benedict XVI, a nun, a pastor, Albert Einstein, Kant and the Santa Claus.
However, using Nodebox, I made random characters, mixing the parts of the celebrities.
The code is:
size(650,500)
colormode(RGB,255)
background(50,200, random(150,255),100)
corpo = files(“corpo/*.png”)
image(choice(corpo), -150, 0)
cabecas = files(“cabecas/*.png”)
image(choice(cabecas), -150, 0)
barba = files(“barba/*.png”)
image(choice(barba), -150, 0)
acessorios = files(“acessorio/*.png”)
image(choice(acessorios), -150, 0)
olho = files(“olho/*.png”)
image(choice(olho), -150, 0)
cabelo = files(“cabelo/*.png”)
image(choice(cabelo), -150, 0)
Class: Specialized Graphics
3º year
1º semester
1º semester
2010/2011




















