Skip to content

Commit

Permalink
[README.md] Update demos to point to cannon.pmnd.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Sep 2, 2021
1 parent 6977899 commit 633b4fb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@

yarn add @react-three/cannon

Experimental 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).
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).

- [x] Doesn't block the main thread, runs in a web worker
- [x] Supports instancing out of the box
- [x] Least amount of friction you'll ever experience with a physics rig ... 🙈

## Demos

Ping pong: https://codesandbox.io/s/white-resonance-0mgum
Check out all of our examples at https://cannon.pmnd.rs

Cube pushing spheres away: https://codesandbox.io/s/r3f-cannon-instanced-physics-devf8

Heap of cubes: https://codesandbox.io/s/r3f-cannon-instanced-physics-g1s88
The code for the examples lives in [./examples](./examples)

## How it works

Expand Down

1 comment on commit 633b4fb

@vercel
Copy link

@vercel vercel bot commented on 633b4fb Sep 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.