Isaac Mason

Results 41 comments of Isaac Mason

Thanks for the responses, all! Those examples were just being added to `cannon-worker` short-term to test, yep. I wasn't looking to steal and re-home them 🙂 --- **Re: building out...

Nice! Avoiding `args` makes sense, sure. And that `syncInstanced` syntax example makes the expected behaviour much clearer to users as well. Thanks, @marcofugaro!

I'll get working shortly on making a PR, following @bjornstar's example, for a `World` worker API. I'll try and keep the change small, probably best to raise PRs for this...

Hey @bjornstar (and others), I think in my earlier stab at this in `pmndrs/cannon-worker` I was structuring things wrong. I was essentially trying to build a full vanilla js cannon...

Hey @bjornstar, yep sure! Will do shortly. Edit: Done!

My PR for an API layer between hooks and the web worker has been marked as ready for review - no longer a draft: https://github.com/pmndrs/use-cannon/pull/343 If we're good with this,...

Discussed our path forward with bjornstar: Our next step is to move the worker API as it is now into `@pmndrs/cannon-worker-api`, and have `@react-three/cannon` use that. Then we'll look at...

Now that `@pmndrs/cannon-worker-api` has been released (🎉 thanks for the help @bjornstar) I'm keen to look at making `@pmndrs/cannon-worker-api` more ergonomic and dev-friendly. As a first step, I'll create a...

I appreciate the interest @fgarrec0397! There are still a few issues and TODOs before I'd consider this PR ready: - generated bounding shapes have an incorrect center of mass -...