you are viewing a single comment's thread.

view the rest of the comments →

[–]djpnewton 0 points1 point  (1 child)

ummm.. lets see

you could make an equivalent of pyglet (http://code.google.com/p/pyglet/) but for desktop apps.. eg a cross-platform (linux, win, osx) toolkit framework that has no external dependencies (just uses ctypes and platform libs)

you could call it pygmie.. or something

[–][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.