https://github.com/xclud/dart_collision
Collision Detection and 2D geometry library for Dart and/or Flutter.
https://github.com/xclud/dart_collision
collision collision-detection crop dart flutter
Last synced: 15 days ago
JSON representation
Collision Detection and 2D geometry library for Dart and/or Flutter.
- Host: GitHub
- URL: https://github.com/xclud/dart_collision
- Owner: xclud
- License: mit
- Created: 2021-05-07T14:01:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T15:59:53.000Z (about 5 years ago)
- Last Synced: 2025-01-09T05:17:21.073Z (over 1 year ago)
- Topics: collision, collision-detection, crop, dart, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/collision
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# collision
Collision Detection and 2D geometry library for Dart and/or Flutter.
## Getting Started
Currently implements `Line`, `Rectangle`, `Obb2` and `BakedObb` classes.