Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	deployment/VL.Devices.Ultraleap.nuspec
  • Loading branch information
joreg committed Sep 12, 2024
2 parents 051a7eb + 334f6fe commit eaa9298
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@main
with:
submodules: 'true'
lfs: 'true'

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

nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}
44 changes: 22 additions & 22 deletions README.md
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/)

0 comments on commit eaa9298

Please sign in to comment.