diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-03-17 10:17:57 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-03-17 10:17:57 +0000 |
| commit | 93e5fa26e9aa91d518961287df39f037ed38660a (patch) | |
| tree | 56fde9dddbfca3325956108af88307c5ccb5bf1f | |
| parent | 8bfffefffb234ecbd81f619804b9fbdd8fc1db9d (diff) | |
| parent | acf0520e5ece9882f8f2eecaa4bb6f82f3c73164 (diff) | |
| download | packages-93e5fa26e9aa91d518961287df39f037ed38660a.tar.gz packages-93e5fa26e9aa91d518961287df39f037ed38660a.zip | |
Merge pull request #142 from gmpreussner/master
Added io-oculus.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f9ea377..8e2a9c0 100644 --- a/packages.json +++ b/packages.json @@ -1308,5 +1308,14 @@ "description": "Bindings for the Thalmic Labs Myo gesture control armband SDK.", "license": "MIT", "web": "https://github.com/nimious/io-myo" + }, + { + "name": "io-oculus", + "url": "git://github.com/nimious/io-oculus.git", + "method": "git", + "tags": ["binding", "oculus", "rift", "vr", "libovr", "ovr", "dk1", "dk2", "gearvr"], + "description": "Bindings for the Oculus VR SDK.", + "license": "MIT", + "web": "https://github.com/nimious/io-oculus" } ] |
