Dynamic Typography
I'm fascinated with kinetic typography , especially the work of Lawrence Lessig . If you like to see more of the genre you can go search google. I wanted to do my own. I could always try using open office Impress or PowerPoint, but they are too limited in what they can do and repeating the same fancy effect on two slides takes twice as long. My first attempt was to use the Processing language, but it was a lot of work and the language is less than ideal (sort of old school). My second attempt was with PyGame , which I've been meaning to learn more about. It could work, but I found that the font's weren't anti-aliased (but I think I was doing it wrong) and creating the library was proving to take a long time. The I remembered Bruce , a presentation program written in Python and supposedly using PyGame . When I downloaded the latest source, I found that it was using Pyglet and Cocos2d instead. These two were exactly what I needed, powerful and flexible and I could...