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

why my WPF_MTPhotoApp can’t execute?

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

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

 Signature 

my multitouch blog: http://www.whitespaced.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 ]
New Member
Rank
Total Posts:  1
Joined  2008-01-09
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 ]
Sr. Member
RankRankRank
Total Posts:  317
Joined  2007-03-13
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 

my multitouch blog: http://www.whitespaced.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 ]
Jr. Member
RankRank
Total Posts:  120
Joined  2008-02-04

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 ]
New Member
Rank
Total Posts:  14
Joined  2007-10-02

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 ]
Sr. Member
RankRankRank
Total Posts:  317
Joined  2007-03-13

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 

my multitouch blog: http://www.whitespaced.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 ]
Sr. Member
RankRankRank
Total Posts:  286
Joined  2007-07-14

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.

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

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 ]
Sr. Member
RankRankRank
Total Posts:  286
Joined  2007-07-14

Here are videos of multitouch shell.

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

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 

my multitouch blog: http://www.whitespaced.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 ]
New Member
Rank
Total Posts:  39
Joined  2007-09-10

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 ]
Jr. Member
Avatar
RankRank
Total Posts:  120
Joined  2008-01-28

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 ]
New Member
Rank
Total Posts:  4
Joined  2008-03-25

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 ]
New Member
Rank
Total Posts:  18
Joined  2008-05-02

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

Profile
 
 
   
3 of 4
3