tweetGeo.pde
This is the main file, including declaring preferences, global vars, etc., and Processing's setup()
and draw()
functions.
Be advised this is a work-in-progress. You can find more documentation on the main project page and I've commented the code in line as well. All the comments assume you already are familiar with Processing. That's not a big hurdle, if you know Java or C++ or have done any other graphics programming you can probably pick up enough Processing to follow along very quickly. I don't use any particularly advanced features here, and the online references for Processing are very thorough.
Any feedback is of course welcome; email jcs [at] jsylvest [dot] com
tweetGeo.pde
This is the main file, including declaring preferences, global vars, etc., and Processing's setup()
and draw()
functions.