Random Links (Worthwhile)
- Flow. A game perfect for the occasional need to space out. After-lunch-break compatible.

- Crayon Physics. A hugely great game. In the style of The Incredible Machine, but with an even more distinctly interactive touch.
- Processing.
Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is developed by artists and designers as an alternative to proprietary software tools in the same domain.
Processing is free to download and available for GNU/Linux, Mac OS X, and Windows.
While at first sight this might seem a bit boring, there is incredibly stunning potential hidden in this language. It is based on Java, but hides all the complexity of classes, compilation, and communication from the user. The IDE itself is totally self-contained, it runs immediately, compiles in the background (actually the programmer/user never sees anything remotely like compilation), and runs the programs straight as if they were scripted.
You really need to have a look at the examples (images, transformations, webcam, ...) coming with it, or at the Exhibition. Processing compiles executable Java programs into applications which run on Windows, Linux, and Mac OS X without any further work.
Labels: Personal, Web Snippets






