Giter VIP home page Giter VIP logo

tuio11_java's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tuio11_java's Issues

Problem While Loading TUIO11_JAVA Project

Hi,
I'm getting some error while running this java tuio project by saying "TuioClient: failed to connect to port 3333".
I did each and every step that u mentioned in that project, but after that also I'm getting that error.
please help me in this.

If possible please send me the complete installation process of this project from the scratch.

Bug in TuioClient.java?

I have had problems with array out of bounds exceptions when working with blobs in TUIO for Processing. I now think that I have tracked down the problem to a bug in the TuioClient class. The errors are between line 527-537, where there seem to be erroneous addressing to the argument array. The numbering goes directly from 1 to 3 making the length of the array 13 instead of 12 arguments.
the code looks as follows:
long s_id = ((Integer)args[1]).longValue();
float xpos = ((Float)args[3]).floatValue();
float ypos = ((Float)args[4]).floatValue();
float angle = ((Float)args[5]).floatValue();
float width = ((Float)args[6]).floatValue();
float height = ((Float)args[7]).floatValue();
float area = ((Float)args[8]).floatValue();
float xspeed = ((Float)args[9]).floatValue();
float yspeed = ((Float)args[10]).floatValue();
float rspeed = ((Float)args[11]).floatValue();
float maccel = ((Float)args[12]).floatValue();
float raccel = ((Float)args[13]).floatValue();

Greetings
/Martin

Expose the source identifier

According to the protocol specification the source identifier(e.g. TuioPad@IP-address) should be provided with each touch event, but it appears not to be the case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.