Skip to content

Commit eaa9298

Browse files
committed
# Conflicts: # deployment/VL.Devices.Ultraleap.nuspec
2 parents 051a7eb + 334f6fe commit eaa9298

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Git Checkout
1919
uses: actions/checkout@main
2020
with:
21+
submodules: 'true'
2122
lfs: 'true'
2223

2324
- name: Setup MSBuild.exe
@@ -35,4 +36,4 @@ jobs:
3536
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
3637
icon-dst: ./deployment/nugeticon.png
3738

38-
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}
39+
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}

README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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

Comments
 (0)