Tutorial Index For KKB210 Assignment 2
May 2nd, 2008
Tutorial 1 - Week 2 - Portfolio
Tutorial 2 - Week 3 - Impromptu
- Introduction to Impromptu.
- Making a MIDI Based Piano Using Scheme and Impromptu.
- Making a Drum Machine Using Scheme and Impromptu.
Tutorial 3 - Week 4 - Processing
- Introduction to Processing.
- Drawing a Box in Processing.
- Motion in Processing.
- More Controlled Motion in Processing.
- Trails and Smoother Colour Changes in Processing.
- Images in Processing.
- Tennis/Pong in Processing.
Tutorial 4 - Week 5 - Flex
Tutorial 5 - Week 6 - Pure Data
Tutorial 6 - Week 7 - Quartz Composer
Introduction to Flex
May 1st, 2008
Adobe Flex is similar to Flash in that both of them use the same graphics engine and they both allow you to use Actionscript.
However, Flex is free, open source, and is written using MXML. It consists of Actionscrupt libraries that give access to the Flash drawing engine and a compiler, however, rather than compiling through the development environment such as in flash, it is done via the command line. Flash is also based more around the time line than Flex.
Flex has similarities to HTML and to my understanding is based on XML, so most of it seems fairly easy to read to me. The Actionscript files are virtually the same as the appearance of the Actionscript files you would use in Flash.
