Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 216 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 216 Bytes

node-openvr

OpenVR bindings to nodejs.

Quickstart

npm install  # Build native bindings
npm lint     # Perform ESLint check
npm test     # Run Mocha + Chai unit test (requires a connected VR headset).