Skip to content

labatrockwell/nodeTuioSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

node.js TUIOsimulator client

A simple client that sends TUIO style touch events to a listener on port 3333 of localhost.

This client creates an initial amount of Touches that move across the screen for a random lifespan. When one touch dies, a new touch is spawned.

This client is intended for debugging purposes for touch based applications.

Usage:

  1. git clone https://github.com/labatrockwell/nodeTuioSimulator
  2. npm install
  3. node client.js -touchCount- -minimumDuration- -maximumDuration-

touchCount = the total number of touches

minimumDuration = the minimum lifespan of a touch

maximumDuratoin = the maximum lifespan of a touch

About

simple nodejs app for simulating tuio touches over OSC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published