This thread has inspired me to post up a version of the PureMVC based framework I’ve been using for the rest of you to check out. Find it here: http://code.google.com/p/multitouchbase/ I may need to post this in a separate thread, but I thought those of you actively on this one would like to take a look at it first.
This was initially inspired by the IDEO actionscript library as I was looking to port their version to AS3. You’ll find that some of the code is similar in approach to theirs.
As for this version, it is very *bare-bones*. That is, it is parsing the TUIO xml and passing each ‘touch’ as an event via the PureMVC notification system. As for what else that does, its up to you to add your own views/mediators to respond to those events accordingly. I hope to post some simple example views to show how you can use the notifications to respond to events. As for now, if you compile and run this app while using an active TUIO simulator w/ FLOSC (running on the default host/port), you will see red touch points appear in the SWF where the touches are registered. Also, you can use the 0-4 keys on the key board to simulate touches based on the position of your mouse. You can also drag these touch points by clicking and dragging them with a mouse as well. This is initially how I debugged my earlier apps as inspired by the IDEO work.
Please PM over your thoughts and/or reviews. Also, would love to have anyone that has the time/interest to contribute to the project as well.