Replies: 2 comments
|
actually I was thinking that an easy one to start with this thing is to provide a WASM based implementation for vector and matrix classes, this should (?) be a low hanging fruit and will benefit the physic implementation right away ! |
0 replies
|
@L1lith moving this one to discussion since it's more of a larger discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Ideally keep the current system as fallback, and provide WASM integration where available. There's a number of existing libraries for this like Rapier, Ammo.js, etc. This might be easier if the Physics was some kind of modular plugin.
All reactions