@tresjs/rapier
v1.0.0-alpha.0
Published
TresJs physics support, powered by rapier
Readme

Rapier
Making Physics fun again
- 💡 Build your effects with Vue components only.
- ⚡️ Powered by Vite
- 🦾 Fully Typed
Installation
pnpm i @tresjs/rapierDocs
Checkout the docs
Build
To build the package run:
pnpm run buildPlayground
To run the playground run, its a great way to test the components and helpers locally:
First install dependencies
pnpm iAnd then to run the development server on http://localhost:5173
pnpm run playgroundTest
TODO...
Docs
To run the docs in dev mode
pnpm run docs:devTo build them
pnpm run docs:build