diff options
| author | Gerke Max Preussner <github@gerke-preussner.de> | 2015-03-17 00:26:17 -0400 |
|---|---|---|
| committer | Gerke Max Preussner <github@gerke-preussner.de> | 2015-03-17 00:26:17 -0400 |
| commit | acf0520e5ece9882f8f2eecaa4bb6f82f3c73164 (patch) | |
| tree | 56fde9dddbfca3325956108af88307c5ccb5bf1f | |
| parent | 8bfffefffb234ecbd81f619804b9fbdd8fc1db9d (diff) | |
| download | packages-acf0520e5ece9882f8f2eecaa4bb6f82f3c73164.tar.gz packages-acf0520e5ece9882f8f2eecaa4bb6f82f3c73164.zip | |
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" } ] |
