iTunes Visualization -- What type of code is it written in and what does that code look like?

Posted by Christopher Altman on Stack Overflow See other posts from Stack Overflow or by Christopher Altman
Published on 2010-04-06T02:31:37Z Indexed on 2010/04/06 2:53 UTC
Read the original article Hit count: 379

Filed under:
|
|

Being a web developer, I know how event driven user interfaces are written, but do not have insight into other families of code (embedded software like automotive software, automation software on assembly lines, drivers, or the crawling lower-thirds on CNN, etc.)

I was looking at the iTunes visualizer (example) and am curious:

  1. What code is used to write the visualizer? Objective C?

  2. Does it use Core Animation? What type of abstraction does that library offer?

  3. What does the code look like? Is it a list of mathematical equations for producing the crazy graphics? Is it a list of key frames with tweening? Is there an array of images, fractals, worm holes, flowers, sparkles, and some magic mixes them together. Or something totally different?

I am not looking for a tutorial, just an understanding of how something very different than web development works.

Oh yah, I know iTunes is closed source, so all of this is conjecture.

© Stack Overflow or respective owner

Related posts about visualizer

Related posts about itunes