Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 859 Bytes

File metadata and controls

19 lines (11 loc) · 859 Bytes

Codeblocks FridgeVisual

This was inspired by an art installation somewhere in Sydney, Australia. Random(?) blocks of what appears to be code floats by with an occasional flash of the rainbow.

codeblocks_img YouTube Video

Details

This is my first time using Processing. Quite fun, but I'm only just scratching the potential of it here.

Building

You can build this with the horrible Processing GUI if you want. But the better way in my opinion is from the command line via processing-java:

processing-java --force --sketch=../codeblocks --output=out --run

and if you want to build a "portable" executable:

processing-java --sketch=../codeblocks --export