Processing: Advanced topics
In this workshop we will look at advanced topics in Processing. Specific
subjects for the 3 days will be as follows:
1. Motion: How to create movement that is organic or mechanical. Use of
time-based changes in behavior, calculation of non-linear movement and
user-defined classes to describe animated objects.
2. Output: Preparing works for use outside Processing. Use of
saveFrame() and Adobe ImageReady to create GIF animations. Using
BGraphics to create an off-screen buffer that can be used to render
high-resolution images.
3. Space: Transforming the world coordinates. Working in 3 dimensions.
Use of beginShape() / endShape to create more complex shapes. Use of
textures and UV mapping.