Tresjs - XR
Vue components and composable functions to build AR/VR experiences with TresJS
- Powered by Vite
- Fully Typed
Installation
pnpm i @tresjs/xr
Docs
Checkout the docs
Demos
Contributing
Tres-xr is open to contributions, please read the contributing guide to get started.
Build
To build the package run:
pnpm run build
Playground
To run the playground run, its a great way to test the components and helpers locally:
First install dependencies
pnpm i
And then to run the development server on http://localhost:5173
pnpm run playground
Test
TODO...
Docs
To run de docs in dev mode
pnpm run docs:dev
To build them
pnpm run docs:build