1.0.14 • Published 3 years ago

@mitchallen/three-xr-kit v1.0.14

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

@mitchallen/three-xr-kit

ThreeJS XR Kit


Usage

Get from npm via jsdelivr

import {
  XRKIT,
} from 'https://cdn.jsdelivr.net/npm/@mitchallen/three-xr-kit@1.0.14/dist/three-xr-kit.modern.js'

Example code

See the repo examples folder.

Live demos

To see live demos using this package, browse to:

If you browse to this site in your VR headset you can click the Enter VR button.

This code has been tested on:

  • Oculus Go
  • Oculus Quest 2

Publishing

To publish your version of the package you must first setup an account and project in NPM.

This will boost the version number, push and publish:

git add .
git commit -m "updated code"
npm run pub:patch

As an alternative:

git add .
git commit -m "updated code"
npm version patch -m "Upgrade to %s for reasons"

References

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago