Giter VIP home page Giter VIP logo

ultraleap / touchfree Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 10.0 101.98 MB

An Application, Windows Service and Tooling in order to convert Ultraleap tracking data into a data structure suitable for 2D input system and touch screen interfaces

License: Apache License 2.0

ShaderLab 0.22% C# 70.32% HTML 0.03% JavaScript 0.72% TypeScript 13.72% Gherkin 0.20% Batchfile 0.03% Python 0.42% Inno Setup 0.60% Rich Text Format 9.72% Brightscript 0.07% Shell 0.41% CSS 0.03% SCSS 3.46% Rust 0.06%

touchfree's People

Contributors

cartmouse avatar craig-j avatar davidfee-ul avatar devops-uh avatar gabrielhomewoodul avatar jamesprovan-ul avatar jordanberni-ul avatar mattfiler avatar mattgrayuh2 avatar mattgrayul avatar natgreenwood-ul avatar peternancollis-uh avatar rblenkinsopp avatar rodolphehoudas-ul avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

touchfree's Issues

There is no ScreenControl.unitypackage

Hi!
I'm trying to import the package into my own Unity project as guided in the README in ScreenControl/ScreenControl/. But I can't find ScreenControl.unitypackage. Should I build the package on my end provided the source code from this repository?

Cannot receive any HandData using TouchFree Tooling for Web

The body of the if statement on

if (typeof _message.data !== 'string') {
const buffer = _message.data as ArrayBuffer;
const binaryDataType = new Int32Array(buffer, 0, 4)[0];
if (binaryDataType === ServiceBinaryDataTypes.HandRenderData) {
ConnectionManager.messageReceiver.latestHandDataItem = buffer;
}
return;
}
never be executed. I guess it means the TouchFree service didn't send any.

I didn't find any documentation on this. I am using TouchFree 2.4.0 binary release. Does this version support it? Should I enable some options to make it work?

Thank you so much!

Video play gesture not working - drag release auto

Hi,
I integrated the Sdk for the web and it works well but I have 2 issues.

  • I can't play videos with sound and sounds, the needed gesture seems to be lost.
  • I have a 360 scene where the user need to drag to move the camera, the drag release alone randomly eventif I don't change the depth of my hand.
    Can you help me please ?

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.