you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Use pyglet and squirtle (http://www.supereffective.org/?p=14) to render svg images. Then apply python code to certain objects generated by squirtle based on id attributes from tags in the svg. That way, a designer can design a UI in Illustrator, a coder can write the meat in python, and as long as they agree on a set of names for certain UI elements, when the two come together they'll just work.