From acf0520e5ece9882f8f2eecaa4bb6f82f3c73164 Mon Sep 17 00:00:00 2001 From: Gerke Max Preussner Date: Tue, 17 Mar 2015 00:26:17 -0400 Subject: [PATCH] Added io-oculus. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]