So I’ve spent my spare moments over the past year-and-a-bit working on Word Clock for iPhone (link opens iTunes). This uses the same languages as the screensaver and features linear and rotary versions with full typographic control. You can pinch and zoom and animate between the two versions.
I’ve also set up a simple dedicated website. The idea is to eventually move all the Word Clock-related information and separate it from this blog. Hopefully I will then start writing about subjects other than the clock…
As promised ages ago, I have posted the source code I am using to wrap the Mac Flash screensaver version of Word Clock. It’s extremely basic right now and you’ll need XCode, Flash and programming knowledge to use it. Please contribute by fixing bugs and generally making it better…
A newly tweaked version of the droplet. This one allows you to set the JPEG compression quality by changing the number in the filename – just make as many copies as you need.
Two big improvements in this new alpha version: first it’s much less processor-intensive (now uses OpenGL), and second it stores the screen between sessions so it doesn’t have to start with an empty screen each time.
A small tutorial on how to create bouncing balls with ActionScript source code. A couple of years back I was creating some interactive sites using bouncing balls as navigation. These needed to behave in a believable manner so I spent some time looking at rigid body dynamics code.