Anyone else in love with python?
Anyways, I have started working on a gui/framework for multi touch applications written in python. I am currently using pyglet a toolkit for pyopengl. Its really easy and super fast to do hardware accelerated drawing.
Currently I only have a widget hierarchy and basic stuff written and I dont have the MY event system integrated yet (shouldn’t be too hard since touchlib can provide the events over network). But if others are interested I will share my code.
It’s not that i dont like actionscript or flash, but you have a lot more drawing options with openGL and python is a lot faster to write than C/C++. (Although I might port the core of the project to C or C++ once its more advanced and then provide a wrapper for python for some extra speed).
Also python has tons of libraries for other programming tasks such as system programming and networking(dont know how much actionscript/flash lest you do in that regard)
