Processing the processing
Processing is a simple programming language based in Java (so, OO) and commonly used to create interactive digital art pieces. Examples will come later. I’m a very beginner in this language, I have some experience with Java, PHP and C. As I’m a designer and not a developer, some stuff here can look a little dummy (or totally).
The main structure:
setup();
This runs once at the program start-up.
draw();
This loops continuously during the running program.









No Comments on "Processing the processing"