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

Replace cute_c2.h with Box2C #176

Open
RandyGaul opened this issue Jul 28, 2024 · 2 comments
Open

Replace cute_c2.h with Box2C #176

RandyGaul opened this issue Jul 28, 2024 · 2 comments

Comments

@RandyGaul
Copy link
Owner

Box2C has refactored it's API to be simpler using structs and handles. The collision routines are easily accessible and callable without any setup or fuss. We should remove cute_c2.h and replace it with an out-of-the-box box2c integration. It would still be best to wrap all of the b2*** names with aliases/typedefs, and do minor cleanup inline wraps of certain functions.

It may be best to also replace the dynamic tree with Box2C's dynamic tree, perhaps also keeping the tree serialization code as an addon feature.

@RandyGaul
Copy link
Owner Author

@RandyGaul
Copy link
Owner Author

Concerns

  • Need to note about the MIT license

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

1 participant