This WebVR library is under development. Feel free to explore but DO NOT USE in production. Thanks.
This is a simple library for Angular webGL components, implementing the Angular Package Format v4.0.
Currently only unscoped, primary entry-point libraries are supported.
Features:
- Coming soon...
Common tasks are present as npm scripts:
npm start
to run a live-reload server with the demo appnpm run test
to test in watch mode, ornpm run test:once
to only run oncenpm run build
to build the librarynpm run lint
to lintnpm run clean
to cleannpm run integration
to run the integration e2e testsnpm install ./relative/path/to/lib
afternpm run build
to test locally in another app
If you need to debug the integration app, please check ./integration/README.md
.
Perform the clone-to-launch steps with these terminal commands.
git clone https://github.com/yonet/ngVR.git
cd ing-three
npm install
npm start