Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaac-mason/use-cannon
👋💣 physics based hooks for @react-three/fiber
https://github.com/isaac-mason/use-cannon
Last synced: 4 months ago
JSON representation
👋💣 physics based hooks for @react-three/fiber
- Host: GitHub
- URL: https://github.com/isaac-mason/use-cannon
- Owner: isaac-mason
- Fork: true (pmndrs/use-cannon)
- Created: 2022-01-13T05:26:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T23:26:13.000Z (over 1 year ago)
- Last Synced: 2023-08-11T06:43:59.410Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cannon.pmnd.rs
- Size: 4.34 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[![Build Status](https://img.shields.io/github/actions/workflow/status/pmndrs/use-cannon/nodejs.yml?branch=master&style=flat&colorA=000000&logo=github)](https://github.com/pmndrs/use-cannon/actions/workflows/nodejs.yml)
[![Discord Shield](https://img.shields.io/discord/740090768164651008?style=flat&colorA=000000&colorB=000000&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/poimandres)![Imgur](https://imgur.com/FpBsJPL.jpg)
Monorepo for [cannon-es](https://github.com/pmndrs/cannon-es) web worker packages.
| Package | Description |
| ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`@react-three/cannon`](./packages/react-three-cannon) | React hooks for [cannon-es](https://github.com/pmndrs/cannon-es). Use this in combination with [react-three-fiber](https://github.com/pmndrs/react-three-fiber). |
| [`@pmndrs/cannon-worker-api`](./packages/cannon-worker-api) | Web worker api for [cannon-es](https://github.com/pmndrs/cannon-es). Used by `@react-three/cannon`. |
| [`@react-three/cannon-examples`](./packages/react-three-cannon-examples) | Examples for `@react-three/cannon` |## `use-cannon` Documentation
Please see the [`@react-three/cannon` README](./packages/react-three-cannon/README.md) documentation and getting started guide for using the react hooks and jsx interface.
## Demos
Check out all of our `@react-three/cannon` examples at https://cannon.pmnd.rs
The code for the examples lives in [./packages/react-three-cannon-examples](./packages/react-three-cannon-examples)