nasser / zajal

Experimental creative coding framework
MIT License
161 stars 10 forks source link

Piped input to CLI frontend #52

Closed nasser closed 11 years ago

nasser commented 13 years ago

The CLI frontend should support piped input of zajal code to run.

$ cat sketch.zj
fill false
10.times { |i| circle width/2, height/2, i * 5 }
$ cat sketch.zj | zajal

The above code should open a GLUT window with the contents of sketch.zj running in it.