I was just playing around and I thought to myself why don’t I try make something just to keep myself on my toes and this is what I came up with, it uses the TinyXmlReader from the wiki to parse the xml…
A picture of it in action(click to get the bigger picture):
EDIT: Added update link and a sample picture of the feed in action.
EDIT(06-07-2010): I added new links to a blog post, source code and updated the Title of the post.
EDIT(19-07-2010): Updated source code link
EDIT(19-07-2010): Reverted to single link.
EDIT(26-08-2010): The latest version is released 0.7
I’ve only tried it on Chrome and it works, I’ve been playing with the code a little bit since I’ve posted, so I will try to update it and see what happens then
Just uploaded a newer version, this one will update the feed every 10 minutes in order to keep you up to date and I added an Update Now button.
The xml that is used is located here So you can see the layout, I will be releasing the code shortly just want to make sure that everything is working and perhaps make a php script in order to update the feed XML from a webpage.
I have updated it, mainly added a few nice looking features, made the draw calls get reduced by added it all to a single label instead of separate textareas, I also changed the default skin a bit to allow it to scale appropriately… I will update the scripts on my blog in the morning…
I have been working on a new version of FeedMe which allows you to add to the feed from within unity… However I believe that unity takes the feed from the cache so it doesn’t update the feed that you see in the app.
Uploaded the latest version(0.7) which features some bug fixes that I didn’t see before and a few updates. The php script has also been updated, it is located at here.