Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vvvv/VL.Devices.LeapOrion

A package for using the Motion Controller by Ultraleap in VL (using the Orion SDK)
https://github.com/vvvv/VL.Devices.LeapOrion

leap-motion trackig visual-programming vl vvvv

Last synced: about 2 months ago
JSON representation

A package for using the Motion Controller by Ultraleap in VL (using the Orion SDK)

Awesome Lists containing this project

README

        

# VL.Devices.LeapOrion
A package for using the [Motion Controller by Ultraleap](https://developer.leapmotion.com) in VL (using the Orion SDK).

Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net

## Requirements:
* [Leap v4](https://developer.leapmotion.com/releases/leap-motion-orion-410-99fe5-crpgl)

## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation. As described there you go to the commandline and then type:

nuget install VL.Devices.LeapOrion

Once the VL.Devices.LeapOrion nuget is installed and referenced in your VL document you'll see the category "LeapOrion" under "Devices" in the nodebrowser.

Demos are available via the Help Browser!