FLUTTER ECOSYSTEM

erf/flim

data-driven sprite render lib for Flutter

flim project cover
Stars
11
Forks
0
Last push (UTC)
Jun 25, 2025
Project status
Active
Erlend GitHub avatar
GITHUB User

Erlend ↗

LanguagesDartPythonSwiftKotlinShellObjective-C

Technical topics

Packages published by this repository

Dependencies used

Dependency list 4 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

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