thump 0.2.1
thump: ^0.2.1 copied to clipboard
A simple axis-aligned bounding box collisions system.
Changelog #
0.2.1 #
- Made MoveResult.direction report zero when moving zero.
0.2.0 #
- Added a Collision object and added the collided edge to the MoveResults.
- Started returning the dx and dy of the resulting object.
- Started reporting the behavior that was used for collisions.
- Introduced Vector2.
- Added the collision location to the MoveResult.
0.1.1 #
- Implemented bounce
0.1.0 #
- Added docstrings
- Renamed Result -> AABBPair
0.0.3 #
- Added Touch to example
0.0.2 #
- Implemented Touch
0.0.1 #
- Initial publication