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 › Spore API + Processing
Page Index Toggle Pages: 1
Spore API + Processing (Read 793 times)
Spore API + Processing
Feb 25th, 2009, 7:13pm
 
Hey guys,
We are making a huge database of player created content from the game Spore, publicly available via a web API. We are Processing fans ourselves and have shared some basic sample code to build Processing apps with this data.

Check it out:
http://www.sporeapi.com

http://www.spore.com/comm/developer/processing

It's not as beautiful as most of the work here, but I'm sure you will help us get there!

Thanks!
Re: Spore API + Processing
Reply #1 - Mar 11th, 2009, 2:48am
 
I made two apps in Processing using the Spore API:

The first one looks at asset uploads in the last minute:

http://www.thevioletpiece.com/spore/processing/pollinator/index.html

using the API method:

http://www.spore.com/rest/assets/search/NEWEST/0/50

The second one is a clock / asset counter:

http://www.thevioletpiece.com/spore/processing/contentcount/index.html

using the API method:

http://www.spore.com/rest/stats
Page Index Toggle Pages: 1