Multitouch?

Its all business and sales. Presenting products, and concepts?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am
Location: Earth, Except when i Jump

Re: Multitouch?

Post by sphere » Tue Oct 17, 2017 8:10 pm

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...)

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am
Location: Earth, Except when i Jump

Re: Multitouch?

Post by sphere » Thu Nov 09, 2017 7:58 pm

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Multitouch?

Post by FourthWorld » Thu Nov 09, 2017 9:13 pm

This sounds like a perfect community project, quite doable working with those APIs via LC Builder.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am
Location: Earth, Except when i Jump

Re: Multitouch?

Post by sphere » Sat Nov 11, 2017 10:09 am

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.

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am
Location: Earth, Except when i Jump

Re: Multitouch?

Post by sphere » Sat Nov 11, 2017 2:49 pm

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

Locked

Return to “Business and Kiosks”