Isaac Mason

Results 41 comments of Isaac Mason

Looks like that PR was closed. I'll keep watching the related issue, but in the meantime I'll find some time to create a PR using the same approach to fix...

Adding the instance index in the `onCollide` callback sounds like a doable change. Unfortunately exposing the `cannon-es` physics bodies isn't possible though, as the bodies are created inside a web...

If you're referring to exposing the physics body APIs returned from the body hooks, that would be doable! Just dawned on me that you might be referring to that.

Thanks! Can you share which browser you are using? I'm able to access cannon.pmnd.rs on Android Chrome, Firefox, and Samsung Internet fine.

Great! 🙂 I think bundling the worker in the separate `cannon-worker` package with an interface to communicate with it could be a good way to go? Almost all of the...

That would be great. I'm happy to start from scratch and incrementally build things up, sounds good. I'll put both `cannon-worker` and the `use-cannon` package in the one repo with...

Awesome, I'll reach out to the others in there shortly. Keen to get this done! 🙂

I'm going to make a start on this tomorrow. I've created the `cannon-worker` repo, and I'll add a readme shortly with some context and my planned roadmap for building this...

Making progress on this over at https://github.com/pmndrs/cannon-worker As I reintroduce features & hooks, I'll be adding examples direct from the `use-cannon` repo to help regression test. Right now I've just...

That's a very fair comment @bjornstar. I do understand that moving code into a new project like this totally comes across as undermining the efforts of this repos contributors, and...