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

Convex Decomposition #41

Open
timoxley opened this issue Mar 7, 2013 · 6 comments
Open

Convex Decomposition #41

timoxley opened this issue Mar 7, 2013 · 6 comments

Comments

@timoxley
Copy link

timoxley commented Mar 7, 2013

What would be involved in getting a JS version of this stuff? https://github.com/kripken/ammo.js/tree/master/bullet/Extras/ConvexDecomposition

@rhulha
Copy link

rhulha commented Apr 25, 2014

+1

@kegi
Copy link

kegi commented Jun 4, 2018

+1 (4 years later...)

@mqp
Copy link
Contributor

mqp commented Mar 26, 2019

I plan on building and binding this code. Is upstream interested in a patch to do so by default? Or, if not, would it be good to add an option to build extras in make.py? (That would be a bit more complicated, because it would mean stuff like splitting up the IDL into multiple files.)

@timoxley
Copy link
Author

@mqp perhaps examine whether it's possible to implement as a kind of plugin or external tool, I would be interested in using this but not very keen on running a fork in the case that you can't get a PR merged

@mqp
Copy link
Contributor

mqp commented Mar 26, 2019

Hmm. I could implement it as a separate build pipeline that produces a separate WASM blob, but it refers to a fair chunk of Bullet code, so that would result in a lot of redundancy in the outputted blobs. I don't see a great way to do it efficiently without changing the existing build process.

@ErikSom
Copy link

ErikSom commented Nov 19, 2022

👀

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

5 participants