-
Hi. Im new to react-three-fiber. Is it better to use useCannon or React-Spring for Physics in react-three-fiber? Or are both needed and serve different purposes? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
drcmda
Dec 12, 2021
Replies: 2 comments
-
spring is a basic animation library, cannon is a physics library with gravity and collision detection. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
myhendry
-
I see. So they both serve different purpose then. Thanks for the response |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spring is a basic animation library, cannon is a physics library with gravity and collision detection.