shortbow 0.2.0
shortbow: ^0.2.0 copied to clipboard
Utility library for game programming
0.2.0 #
- Renamed the
geometry.dartlibrary tomath.dart. - Added
common.dartwith hash functions andassertionsEnabled.
0.1.0 #
- Renamed
Point->Vector. - Renamed the
painting.dartlibrary todrawing.dart. - Added
Input,InputController,Button,ButtonController. - Some other small fixes or improvements that aren't significant.
0.0.1 #
- Initial release with
Point,Rectangle,Color, andDiceRoller.