TUIO for C#
Posted: 27 May 2008 05:44 AM   [ Ignore ]
New Member
Rank
Total Posts:  1
Joined  2008-05-26

Hey,

I’m built an application that tracks touches from my sensor, and I’ll make it broadcast over TUIO.

I’m using C#.net, and I wanna know if there is already an TUIO Implementation under C# for that part of software (detected points to TUIO).

so, please provide any useful docs/libraries.

thanks very much

Profile
 
 
Posted: 04 June 2008 04:12 PM   [ Ignore ]   [ # 1 ]
Sr. Member
RankRankRank
Total Posts:  81
Joined  2008-05-16

If I understand correctly, why not just use CsTI (http://nuigroup.com/forums/viewthread/270/) which is a C# wrapper for TouchLib (http://nuigroup.com/touchlib/) which broadcasts events using TUIO?

Profile
 
 
Posted: 04 June 2008 04:55 PM   [ Ignore ]   [ # 2 ]
Sr. Member
RankRankRank
Total Posts:  77
Joined  2007-06-06
amit - 04 June 2008 04:12 PM

If I understand correctly, why not just use CsTI (http://nuigroup.com/forums/viewthread/270/) which is a C# wrapper for TouchLib (http://nuigroup.com/touchlib/) which broadcasts events using TUIO?

CSTI doesnt use TUIO, it wraps the C++ events directly.

There are a few options for OSC in C#, you can use ventuz osc, osc.net, and i think theres a few more if you search around.

Profile
 
 
Posted: 04 June 2008 05:17 PM   [ Ignore ]   [ # 3 ]
Sr. Member
RankRankRank
Total Posts:  81
Joined  2008-05-16

Aren’t the C++ events broadcast in TUIO?

I’m confused.

Profile