https://github.com/tresjs/rapier
We'll make you love physics again π
https://github.com/tresjs/rapier
Last synced: 11 months ago
JSON representation
We'll make you love physics again π
- Host: GitHub
- URL: https://github.com/tresjs/rapier
- Owner: Tresjs
- License: mit
- Created: 2023-11-07T18:00:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T20:27:11.000Z (about 1 year ago)
- Last Synced: 2025-07-29T14:03:16.010Z (11 months ago)
- Language: Vue
- Size: 740 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# Rapier
> Making Physics fun again
- π‘ Build your effects with Vue components only.
- β‘οΈ Powered by Vite
- π¦Ύ Fully Typed
## Installation
```bash
pnpm i @tresjs/rapier
```
## Docs
Checkout the [docs](https://rapier.tresjs.org/)
## Demos
- [Stackblitz Collection](https://stackblitz.com/@alvarosabu/collections/tresjs)
## Contributing
We are open to contributions, please read the [contributing guide](https://github.com/Tresjs/tres/blob/main/CONTRIBUTING.md) to get started.
### Build
To build the package run:
```bash
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
```bash
pnpm run playground
```
### Test
TODO...
### Docs
To run de docs in dev mode
```bash
pnpm run docs:dev
```
To build them
```bash
pnpm run docs:build
```
## License
[MIT](/LICENSE)
## Sponsors
Be the first to support this project [here](https://github.com/sponsors/tresjs) βΊοΈ