Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel queries from JS #277

Open
onehundredfeet opened this issue Nov 4, 2023 · 0 comments
Open

Parallel queries from JS #277

onehundredfeet opened this issue Nov 4, 2023 · 0 comments

Comments

@onehundredfeet
Copy link

I would love to take advantage of the multi threading inside Rapier when I raycast or shapecast. Would it be possible to add a set of bulk functions that would take an array of queries and return the responses? Ideally one that I could provide the pre-allocated results so that I can re-use them frame to frame.

The JS multi threading is garbage and my Rust is not very strong otherwise I'd do it myself. I'm using the wasm version.

Great work on the library!

@Vrixyz Vrixyz transferred this issue from dimforge/rapier.rs May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant