3 of 4
3
.NET multitouch framework
Posted: 08 December 2007 09:54 AM   [ Ignore ]   [ # 31 ]
Rank
Joined  2007-11-13
Total Posts:  41
New Member

why my WPF_MTPhotoApp can’t execute?

Profile
 
 
Posted: 10 December 2007 09:25 AM   [ Ignore ]   [ # 32 ]
Avatar
RankRankRank
Joined  2007-03-13
Total Posts:  371
Sr. Member

i already replied to your question in your other thread. please check if that fixed it.

 Signature 

the all new Multitouch South Africa http://www.multitouchsa.co.za
those that say it can’t be done shouldn’t interrupt those doing it

Profile
 
 
Posted: 09 January 2008 05:31 PM   [ Ignore ]   [ # 33 ]
Rank
Joined  2008-01-09
Total Posts:  1
New Member
donovan - 06 October 2007 09:48 AM

have you looked here?

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.

Thanks!

Nigel

Profile
 
 
Posted: 28 January 2008 11:38 AM   [ Ignore ]   [ # 34 ]
Avatar
RankRankRank
Joined  2007-03-13
Total Posts:  371
Sr. Member
nigel_ht - 09 January 2008 05:31 PM

donovan - 06 October 2007 09:48 AM
have you looked here?

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.

Thanks!

Nigel

I have sent you an email. Hope it helps!

 Signature 

the all new Multitouch South Africa http://www.multitouchsa.co.za
those that say it can’t be done shouldn’t interrupt those doing it

Profile
 
 
Posted: 09 February 2008 01:14 PM   [ Ignore ]   [ # 35 ]
RankRank
Joined  2008-02-04
Total Posts:  120
Jr. Member

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 smile
Is there any new progress/code updates available?

Profile
 
 
Posted: 10 February 2008 04:03 AM   [ Ignore ]   [ # 36 ]
Rank
Joined  2007-10-02
Total Posts:  14
New Member

Yes, there is… I’m currently working on the SDK for multitouch + WPF. It’s almost done and I’ll post it in week, I think…

Profile
 
 
Posted: 10 February 2008 05:52 AM   [ Ignore ]   [ # 37 ]
Avatar
RankRankRank
Joined  2007-03-13
Total Posts:  371
Sr. Member

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.

 Signature 

the all new Multitouch South Africa http://www.multitouchsa.co.za
those that say it can’t be done shouldn’t interrupt those doing it

Profile
 
 
Posted: 10 February 2008 09:23 AM   [ Ignore ]   [ # 38 ]
RankRankRankRank
Joined  2007-07-14
Total Posts:  763
Elite

just wanted to add my x cents smile
I was busy working on multitouch shell (explorer replacement) that uses my multitouch framework. Hope I can post a video.

 Signature 

Do you need Multitouch framework for WPF that works with any device? Visit http://multitouchvista.codeplex.com/.  It also includes multitouch driver for Windows 7.

Profile
 
 
Posted: 29 February 2008 05:44 AM   [ Ignore ]   [ # 39 ]
Rank
Joined  2008-01-30
Total Posts:  29
New Member

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.

Profile
 
 
Posted: 29 February 2008 06:27 AM   [ Ignore ]   [ # 40 ]
RankRankRankRank
Joined  2007-07-14
Total Posts:  763
Elite

Here are videos of multitouch shell.

 Signature 

Do you need Multitouch framework for WPF that works with any device? Visit http://multitouchvista.codeplex.com/.  It also includes multitouch driver for Windows 7.

Profile
 
 
Posted: 29 February 2008 09:05 AM   [ Ignore ]   [ # 41 ]
Avatar
RankRankRank
Joined  2007-03-13
Total Posts:  371
Sr. Member

very nice Daniel D!!

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.

hope that helps!

 Signature 

the all new Multitouch South Africa http://www.multitouchsa.co.za
those that say it can’t be done shouldn’t interrupt those doing it

Profile
 
 
Posted: 17 March 2008 06:06 PM   [ Ignore ]   [ # 42 ]
RankRank
Joined  2007-09-10
Total Posts:  115
Jr. Member

donovan, is the current version of your multitouch framework available somewhere? It seems that the code posted on Googlecode is from Oct 2007.

Profile
 
 
Posted: 25 March 2008 01:14 PM   [ Ignore ]   [ # 43 ]
Avatar
RankRank
Joined  2008-01-28
Total Posts:  121
Jr. Member

thnx !
can u plz post VS 2008 source code ?

 Signature 

..’m not the best..but ‘m not like the rest....

Profile
 
 
Posted: 25 March 2008 04:32 PM   [ Ignore ]   [ # 44 ]
Rank
Joined  2008-03-25
Total Posts:  4
New Member

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.

Profile
 
 
Posted: 09 May 2008 02:12 PM   [ Ignore ]   [ # 45 ]
Avatar
Rank
Joined  2008-05-02
Total Posts:  27
New Member

Hey Donovon,

Just dit a svn checkout from your code at http://code.google.com/p/dotnetmtf/
Very clean code.
This is really great stuff.

Greetz

 Signature 

http://www.lab101.be/

Profile
 
 
   
3 of 4
3