Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 335 Bytes

node-openvr

OpenVR bindings for NodeJS.

Notes

This fork is designed with Zephyr in mind. There's no guarantee that this fork will work for other use cases.

Quickstart

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