/bevy_liquidfun

A Bevy friendly wrapper of Box2D and LiquidFun.

Primary LanguageRustApache License 2.0Apache-2.0

🚨WARNING: WORK IN PROGRESS🚨

This crate is a work in progress and version changes may introduce breaking changes without warning, even in minor version number releases.

bevy_liquidfun

A Bevy friendly wrapper of Box2D and LiquidFun.

This crate wraps libliquidfun-sys to integrate Box2D and LiquidFun with the Bevy game engine.

Remarks

  • The library is not fully featured yet. It has been developed with the needs of our game in mind, so the implemented features reflect what we've needed. Early on "Example Driven Development" was used, by porting over regular Box2D examples.
  • Feedback on the APIs, usability & overall code quality is very welcome.
  • Pull Requests are welcome, but this crate is very much a work in progress alongside our game, so we need full ownership of what goes into the codebase.

Acknowledgements

This crate is made possible by excellent prior work by others. Huge thanks go to:

Box2D by Erin Catto

LiquidFun by Google

autocxx by Google

LiquidFun rebase onto newer Box2D by Birch-san

License

This work is licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.