Page 2 of 2

Re: Multitouch?

Posted: Tue Oct 17, 2017 8:10 pm
by sphere
Some work already seems done (i'm just looking around :) )
As TUIO is based on OSC (opensound control), for this a start is made here:
http://forums.livecode.com/viewtopic.ph ... 4&start=15

" Since the TUIO protocol is based on Open Sound Control, TUIO implementations should be based on an available OSC implementation for the desired platform. If the platform does not yet support OSC, the proper proceeding would be to implement the OSC infrastructure first. Although OSC does not define a particular transport, most implementations, including TUIO, are using UDP packets as their default transport method. Some platforms (such as Flash) only support TCP sockets. Therefore some TUIO implementations also support an alternative TCP mode, although UDP will remain the preferred method for speed and efficiency reasons.

Currently there exists a full TUIO Server reference implementation for C++, while TUIO Client reference implementations already are available for most commonly used programming languages and multimedia environments, and there are many more community contributions available for various further languages and environments. "
Really a lot already support TUIO except LC (maybe i'm way off...)

Re: Multitouch?

Posted: Thu Nov 09, 2017 7:58 pm
by sphere
Created a bugreport as feature request for adding TUIO support as this is Open Source and supports all Desktop Platforms LC also supports
http://quality.livecode.com/show_bug.cgi?id=20655

Re: Multitouch?

Posted: Thu Nov 09, 2017 9:13 pm
by FourthWorld
This sounds like a perfect community project, quite doable working with those APIs via LC Builder.

Re: Multitouch?

Posted: Sat Nov 11, 2017 10:09 am
by sphere
Should it be done via an extension or with LCB as you mention?
https://livecode.com/resources/guides/d ... externals/

I would like to dive into it but i need to get more understanding on how to.
So for that i created the bug/feature request, it would be great to have such feature.

Re: Multitouch?

Posted: Sat Nov 11, 2017 2:49 pm
by sphere
Great resources on github, TUIO2.0 and also TUIO for ios and Android to remote control TUIO.

https://github.com/mkalten/TUIO20_CPP
https://www.tuio.org/?cpp TUIO c++ developer API
https://github.com/mkalten/TUIO11_Simulator
https://github.com/mkalten/TuioPad
https://github.com/mkalten/twongseng for MACOS touchpad