Nodebox


I don’t know Python. Fun as hell trying to learn it with NodeBox. It’s like a graphical toy with really simple syntax. A mix between flash and photoshop I guess.

Here’s the code made the image.

size(520,900)

colormode(HSB)
nofill()

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

fill(.12)
stroke(10)
for i in range(150):
c = color(random(0.1,0.3),random(0.4,0.9), random(0.5,0.8))
c.brightness = 1.0
stroke(c)
strokewidth(random(20))
radius = random(100)
oval(random(WIDTH/5, WIDTH/1.5), random(HEIGHT/15, HEIGHT/1.3), radius, radius)

fill(c)

c.a=0.2
stroke(c)
strokewidth(5)
font("Futura")
fontsize(72)

drawpath(textpath("hexameter", 10, HEIGHT-10))

1 Comment so far
Leave a comment

1

Thir, this rules! I’m gonna rawk it.



Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>