8000 GitHub - erf/flim: data-driven sprite render lib for Flutter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

erf/flim

Repository files navigation

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

See USAGE.md and example.

Use dartdoc or scripts/docs.sh to generate docs.

Notes

Inspired by Flame

0