-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/vvvv/VL.Devices.LeapOrion
# Conflicts: # deployment/VL.Devices.Ultraleap.nuspec
- Loading branch information
Showing
2 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# VL.Devices.Ultraleap | ||
|
||
Provides support for [Ultraleap](https://www.ultraleap.com/) devices using their [Gemini hand tracking platform](https://www.ultraleap.com/tracking/gemini-hand-tracking-platform/). | ||
|
||
For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net | ||
|
||
## Getting started | ||
Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline: | ||
|
||
nuget install VL.Devices.Ultraleap | ||
|
||
Usage examples and more information are included in the package and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html) | ||
|
||
### Credits | ||
|
||
* Based on Ultraleap's [LeapCSharp](https://github.com/ultraleap/UnityPlugin/tree/develop/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp) ([see fork](https://github.com/vvvv/UnityPlugin/tree/develop-vvvv)). | ||
* Update to the Gemini drivers thanks to @bj-rn | ||
|
||
### Sponsoring | ||
Development of this library was partially sponsored by: | ||
* [AVMS](https://www.avms-germany.de/) | ||
* [Christine Mayerhofer](https://christinemayerhofer.de/) | ||
# VL.Devices.Ultraleap | ||
|
||
Provides support for [Ultraleap](https://www.ultraleap.com/) devices. Tested to work with their [Gemini (5.x)](https://www.ultraleap.com/tracking/gemini-hand-tracking-platform/) and [Hyperion (6.x)](https://leap2.ultraleap.com/ultraleap-hyperion/) line of drivers. | ||
|
||
For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net | ||
|
||
## Getting started | ||
Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline: | ||
|
||
nuget install VL.Devices.Ultraleap | ||
|
||
Usage examples and more information are included in the package and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html) | ||
|
||
### Credits | ||
|
||
* Based on Ultraleap's [LeapCSharp](https://github.com/ultraleap/UnityPlugin/tree/develop/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp) ([see fork](https://github.com/vvvv/UnityPlugin/tree/develop-vvvv)). | ||
* Update to the Gemini / Hyperion drivers by [bj-rn](https://github.com/bj-rn) | ||
|
||
### Sponsoring | ||
Development of this library was partially sponsored by: | ||
* [AVMS](https://www.avms-germany.de/) | ||
* [Christine Mayerhofer](https://christinemayerhofer.de/) |