We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › Visualisation of 19th Century Reading Data
Page Index Toggle Pages: 1
Visualisation of 19th Century Reading Data (Read 674 times)
Visualisation of 19th Century Reading Data
Jun 17th, 2008, 10:34am
 
Hi,

I've recently used Processing to create a visualisation of reading data from the Australian Common Readers Project:

http://conflate.net/inductio/wp-content/public/acrp/

A discussion of the data, techniques and links to the code can be found on my blog:

http://conflate.net/inductio/2008/06/visualising-reading/





Re: Visualisation of 19th Century Reading Data
Reply #1 - Jun 17th, 2008, 3:29pm
 
cool; since you're not animating continuously, i recommend using noLoop() (and loop() to turn it back on when you need animation, or redraw() if it's just responding to mouse clicks w/o animation) so that when it's static it's not hogging cpu.
Re: Visualisation of 19th Century Reading Data
Reply #2 - Jun 17th, 2008, 11:29pm
 
Thanks for the tip! As it stands it is a bit of a CPU hog since it is iterating through and drawing circles for each of 700+ books.
Page Index Toggle Pages: 1