but note: these classes have no scale/rotate/move implementations because I’m rewriting the algorithms for that. Gesture recognition is done, but also not added because of minor bugs. TheTouchKeyboard class is empty because I don’t like releasing such a buggy keyboard. Last but not least, there are a lot of debug code in it at the moment (like unnecessary try..catch clauses and trying to match based on a string -bad i know), especially in the TouchEngine class which I have removed but not uploaded yet.
So check back tonight, it’ll look much better then
Donovan, did you ever check in your gesture recognition code? I looked in the link but nothing jumped out at me. I’m interested in integrating gesture recognition into Johnny Lee’s wii code and worldwind.
but note: these classes have no scale/rotate/move implementations because I’m rewriting the algorithms for that. Gesture recognition is done, but also not added because of minor bugs. TheTouchKeyboard class is empty because I don’t like releasing such a buggy keyboard. Last but not least, there are a lot of debug code in it at the moment (like unnecessary try..catch clauses and trying to match based on a string -bad i know), especially in the TouchEngine class which I have removed but not uploaded yet.
So check back tonight, it’ll look much better then
Donovan, did you ever check in your gesture recognition code? I looked in the link but nothing jumped out at me. I’m interested in integrating gesture recognition into Johnny Lee’s wii code and worldwind.
I’m trying to get into the whole WPF programming and as i’m very interested in multitouch computing i might as well put the energy into something i might use
Is there any new progress/code updates available?
NePsih that is great news! I’m pretty much loaded with university projects at the moment so I haven’t touched any multitouch stuff for quite some time.
just wanted to add my x cents
I was busy working on multitouch shell (explorer replacement) that uses my multitouch framework. Hope I can post a video.
Donovan - what version of Visual Studio did you use to make the WPF_MTPhotoApp ? I’m using Visual C# 2005 Express and it says the the file.csproj is not supported by this installation.
holton10, I can’t remember, I think I used VS2005 pro with the WPF extension stuff. I now use vs2008 pro so I can’t really check. I think there is a way of hacking the actual text of the .csproj or .sln to make it load in an older version. but VS2005 was unstable with the .net 3 extensions, I recommend switching to VC# 2008 express.
Hi, just to says that i’m working to a wpf touchlib framework. I’m use tuio protocol to bind with other system like wiimote. Now i’m ready to manage some controls like button, tabcontrol, checkbox, custom cursor, etc.. and some input gesture. I’ve adapted grandpiano sample for demo. I think that a preview version will be available in two weeks. It is written in c# with visual studio 2008.