chipmunk2d_physics_ffi 1.0.3
chipmunk2d_physics_ffi: ^1.0.3 copied to clipboard
Flutter FFI plugin for Chipmunk2D physics engine - a lightweight 2D physics library
1.0.3 #
- Simplified
_dynamicImportwrapper in web/index.html (now a one-liner) - Added documentation requirement for web platform:
_dynamicImporthelper must be included inweb/index.html - Improved README with clear web setup instructions
1.0.2 #
- Removed unused dependencies (native_toolchain_c, path_provider)
- Cleaned up dependency list to only include required packages
1.0.1 #
- Minor updates to pubspec.yaml (added repository and issue_tracker fields)
- Merged download_prebuilt.dart into build.dart
1.0.0 #
- Initial release of chipmunk2d_physics_ffi
- Complete Dart FFI bindings for Chipmunk2D physics engine version 7.0.3
- Full API coverage with idiomatic Dart wrapper classes
- Support for all body types (dynamic, kinematic, static)
- Support for all shape types (circle, box, segment, polygon)
- Support for all 10 joint/constraint types
- Collision detection and filtering
- Spatial queries (point, segment, bounding box)
- Cross-platform support: iOS, Android, macOS, Linux, Windows, and Web
- Web support via Emscripten-compiled WASM module
- Comprehensive test suite
- Full dart doc documentation