ekryski / caress-server

NodeJS TUIO translator and event emitter
http://caressjs.com
MIT License
58 stars 11 forks source link

leapmotion support #15

Open lrecknagel opened 10 years ago

lrecknagel commented 10 years ago

I´ve tried to use a leapmotion to control a d3js visualization, but it always gets an error because the standard port of leapmotion 6437 is blocket and I cant run the server properly. So have you an idea how this could be solved? I have to use touch events because d3js support only mouse our touch and no leapmotion or other new input methods.

ekryski commented 10 years ago

@NehalemWar Sorry. I briefly looked into this a while back and wasn't able to listen to the leap motion for data. I'll try and take a look again in the next while.