Bert Heymans Blog

Hi there, the blog is a bit ill and has to take a few days off
don't worry it will be back soon, thank you for stopping by!
synopsis
in room 5 we will be serving software and book reviews
## try this in http://nodebox.net/
	
size(1440, 900)

fill(0)
rect(0, 0, WIDTH, HEIGHT)

fill(1)
stroke(0.2)
strokewidth(1)
font("Zapfino")

for i in range(200):
    fontsize(100)
    rotate(10)
    c = color(0.9, i/2*0.01, random(100)*0.01)
    fill(c) 
    chars = "{$}";
    p = textpath(choice(chars),
                 i*5.68,
                 i*5)
    drawpath(p)
even a stopped clock strikes the right time twice a day
it's true
quickly go somewhere else on the internet, you know you want to