|
1 |
| -# VL.Devices.Ultraleap |
2 |
| - |
3 |
| -Provides support for [Ultraleap](https://www.ultraleap.com/) devices using their [Gemini hand tracking platform](https://www.ultraleap.com/tracking/gemini-hand-tracking-platform/). |
4 |
| - |
5 |
| -For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net |
6 |
| - |
7 |
| -## Getting started |
8 |
| -Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline: |
9 |
| - |
10 |
| - nuget install VL.Devices.Ultraleap |
11 |
| - |
12 |
| -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) |
13 |
| - |
14 |
| -### Credits |
15 |
| - |
16 |
| -* 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)). |
17 |
| -* Update to the Gemini drivers thanks to @bj-rn |
18 |
| - |
19 |
| -### Sponsoring |
20 |
| -Development of this library was partially sponsored by: |
21 |
| -* [AVMS](https://www.avms-germany.de/) |
22 |
| -* [Christine Mayerhofer](https://christinemayerhofer.de/) |
| 1 | +# VL.Devices.Ultraleap |
| 2 | + |
| 3 | +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. |
| 4 | + |
| 5 | +For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net |
| 6 | + |
| 7 | +## Getting started |
| 8 | +Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline: |
| 9 | + |
| 10 | + nuget install VL.Devices.Ultraleap |
| 11 | + |
| 12 | +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) |
| 13 | + |
| 14 | +### Credits |
| 15 | + |
| 16 | +* 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)). |
| 17 | +* Update to the Gemini / Hyperion drivers by [bj-rn](https://github.com/bj-rn) |
| 18 | + |
| 19 | +### Sponsoring |
| 20 | +Development of this library was partially sponsored by: |
| 21 | +* [AVMS](https://www.avms-germany.de/) |
| 22 | +* [Christine Mayerhofer](https://christinemayerhofer.de/) |
0 commit comments