> Was the theme data file .json format simply convenient for developing? > I'm thinking themes could be a single texture that contains all the > components, and an XML file that describes the texture regions in it. > > XML file: avoids running arbitrary code on a user's machine, since if > data > files exist, users will distribute mods for them
Why so stuck on XML? It's just a way to organize data, as JSON is also a way to organize the same kind of data. XML is ugly. JSON is much easier on the eyes. Both are easily parsed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
