sashimi 0.1.0-dev.4 sashimi: ^0.1.0-dev.4 copied to clipboard
A sprite stacking framework build on top of the Flame Engine.
Sashimi #
What is Sashimi #
Sashimi is a sprite stacking framework build on top of Flame.
Documentation #
For documentation about Sashimi, see the docs section. I haven't written it yet.
An example of how to use Sashimi can be found in the example directory.
Quick Start 🚀 #
Prerequisites 📝 #
In order to start using Sashimi you must have the Flutter SDK installed on your machine.
Installing 🧑💻 #
Add both flame
and sashimi
to your pubspec.yaml
:
# 📦 Install sashimi and flame from pub.dev
flutter pub add flame sashimi