flim 0.3.1
flim: ^0.3.1 copied to clipboard
Minimal data-driven sprite render and animation lib for Flutter.
CHANGELOG #
0.3.1 #
- format code
- minor json load improvement
- update README
0.3.0 #
- refactor and simplify Sprite (and json format) by removing ImageRect
- rename Transform2 -> Transform2D
- more lambdas
0.2.4 #
- update README
0.2.0 #
- rename sprite load to loadImage
- update docs
0.1.1 #
- initial release!
- sprites and sprite animations
- buffered sprite rendering using Canvas.drawAtlas
- load sprites from json assets
- game, render box, render-loop, widgets+
- generic asset cache for images, json, strings etc
- examples using sprites, animations, keyboard+