Mmc-august-2012/Lab3
From CCRMA Wiki
Lab 3 - Sound Flares
In this lab, we will experiment with interaction between real-time sound and graphics using OpenGL. The goal is to build a graphical world inhabited by "flares". These graphical particles can be flung around using multitouch, and make sound when they collide with the walls of their world (which coincide with the sides of your phone's screen).
OpenGL bootup
Create a new single-view application. Add MoAudio as before. Now, we will integrate code from the aptly titled "graphicsStuff" (download here).