FLUTTER ECOSYSTEM

erf/flim

Flutter用のデータ駆動型スプライトレンダリングライブラリ

flim のプロジェクト画像
Stars
11
Forks
0
最終プッシュ(UTC)
2025/06/25
プロジェクト状態
公開中
Erlend GitHub avatar
GITHUB User

Erlend ↗

言語DartPythonSwiftKotlinShellObjective-C

技術トピック

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 4 件

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

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