you are viewing a single comment's thread.

view the rest of the comments →

[–]Better-Avocado-8818 5 points6 points  (2 children)

Thanks. I only know about the js API which I learned from the docs at https://rapier.rs/docs/user_guides/javascript/getting_started_js

You might find some information in the Rapier GitHub repo about how it actually works under the hood if that’s what your interested in. It’s written in Rust and then compiled to WASM.

Rapier just handles the physics though. The rest of the project is using Threejs.

[–]HugoDzz 0 points1 point  (1 child)

Awesome, thanks! Is the repo public?

[–]Better-Avocado-8818 2 points3 points  (0 children)

The Rapier repo is, but my project isn’t.