@react-three/cannon official docs?

Hi there! I’m looking for the official docs for @react-three/cannon,
Is there any detailed documentation available for it?? or just this
github.com/react-three/cannon

cannon-es docs cannon-es
rt/cannon docs github.com/react-three/cannon

i would suggest to not use cannon any longer though. now there is GitHub - pmndrs/react-three-rapier: 🤺 Rapier physics in React and it is in many ways better (faster, easier to use, more possibilities, …).

the only reason why people would still use cannon was that it runs in a worker. but workers are now composable with rt/offscreen, everything can run in one, even rapier: https://offscreen.pmnd.rs/

1 Like

Thank you so much @drcmda :smiling_face: