-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Ammo Physics (3D Physics Extension) #1974
base: master
Are you sure you want to change the base?
Conversation
Wow! It's very cool and useful for people like me) |
Thank you! I've been making steady progress, but it probably won't be ready for a while (which is why this is a draft). |
Added partial support compound bodies - all child shape types. |
wow |
Finally got convex hulls working 🥳 🎉 video.mp4Still have to optimize and bug fix everything and add more features |
A work-in-progress extension based on the ammo.js physics library, which is based on the C++ Bullet Physics SDK.
The goal is to provide feature-complete, advanced, and performant 3D physics in a simple-to-understand manner. This extension aims to be consistent with Box2D and Simple3D.
I expect several more months of work before this is ready for release, but I'm putting a Draft PR here just because I can :)
video.mp4
Task list:
PlanesMiscellaneous Notes Mainly for Moderators:
Scratch.Cast
where necessary, right now I'm just working on functionality thoughPut an emoji (👍, 🚀) if you like this extension