An open API service indexing awesome lists of open source software.

https://github.com/erf/flim

data-driven sprite render lib for Flutter
https://github.com/erf/flim

dart flutter flutter-game game-engine sprite sprite-animation sprite-atlas sprite-sheet spriteheet

Last synced: 5 months ago
JSON representation

data-driven sprite render lib for Flutter

Awesome Lists containing this 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](USAGE.md) and [example](example).

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

## Notes

Inspired by [Flame](https://github.com/flame-engine/flame)