flim 1.1.0 flim: ^1.1.0 copied to clipboard
minimal data-driven sprite render and animation lib for Flutter
flim ✨ #
Minimal data-driven sprite render lib for Flutter
Features #
- Sprites and sprite animations with transforms
- Buffered sprite rendering using Canvas.drawAtlas (fast!)
- Data-driven: load sprites and animations as json
- Abstractions for game, render-loop, widgets and more
- Uses asset_cache to cache images, json and more
Usage #
Use dartdoc
or scripts/docs.sh
to generate docs.
Notes #
Inspired by Flame