Creating an RSS Reader in Godot (part 3)
We have come a long way from where we began, learning about Godot and building a simple RSS reader using a few simple components. In Part 1 we got a simple scene to display some RSS from a remote URL. In Part 2, we took advantage of the XMLParser to build up a series of lists which allowed us to parse the RSS feed and create several views, as well as a clickable link to view the article.
[Read More]