Processing

[gallery] Processing: Photo Distortion

[gallery] Processing: Box noise, grey.

Using an External Editor in Processing 2b7
Using an External Editor …

On MacOSX (and presumably other operating systems) choose Tools->Install “processing-java” within the PDE. Then in your ~/.vimrc add something like: au BufRead,BufNewFile *.pde set filetype=java nnoremap <F5> :w<CR> :! processing-java --sketch=$PWD/ …

[gallery] Processing: Sprials

[gallery] Processing: Discs

[gallery] A progress indicator in Processing. int width = 128; int height = 128; float amount = 1.0; float spokes = 0; boolean storeResults = true; void setup () { size(width, height); } void draw () { fill(0, 0, 0); rect(0, 0, width, height); stroke(255, 255, 255, 128); fill(255, 255, 255, 128); …

[gallery] stream.