Hello everyone! I've been banging my head trying to figure this out, and seeing as how the Processing community has been so good to me in the past, I thought I'd give you guys a crack at it.
I have a client who is completely in love with Roy Tanck's Wordpress Tag Cloud and wants me to recreate a very similar version of this to display recent tweets from a list of users as a standalone application. I've done a ton of work with the Twitter API in Processing, and so I've got that part down, but I have no idea how to get those tags to move on a spherical path like that. I thought I would do the graphics in Quartz Composer to get that part out of the way quickly so I could work on the interaction, but I cannot figure out how to get my sprites to move like that.
I took a peek at Tanck's actionscript source files, and I found the functions that update the coordinates of all the sprites, but of course what I found was all sorts of matrix math and formulas that were difficult to decipher in context. So what I'm looking for is some sort of resource that explains the process of moving an object around the surface of a sphere so I can mimic this effect.
I've been researching this for days and have come up with nothing, so really any help at all would be appreciated.
Thanks all!
I have a client who is completely in love with Roy Tanck's Wordpress Tag Cloud and wants me to recreate a very similar version of this to display recent tweets from a list of users as a standalone application. I've done a ton of work with the Twitter API in Processing, and so I've got that part down, but I have no idea how to get those tags to move on a spherical path like that. I thought I would do the graphics in Quartz Composer to get that part out of the way quickly so I could work on the interaction, but I cannot figure out how to get my sprites to move like that.
I took a peek at Tanck's actionscript source files, and I found the functions that update the coordinates of all the sprites, but of course what I found was all sorts of matrix math and formulas that were difficult to decipher in context. So what I'm looking for is some sort of resource that explains the process of moving an object around the surface of a sphere so I can mimic this effect.
I've been researching this for days and have come up with nothing, so really any help at all would be appreciated.
Thanks all!
1