Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfenrain/sashimi
Sashimi, a sprite stacking framework build on top of Flame.
https://github.com/wolfenrain/sashimi
Last synced: 16 days ago
JSON representation
Sashimi, a sprite stacking framework build on top of Flame.
- Host: GitHub
- URL: https://github.com/wolfenrain/sashimi
- Owner: wolfenrain
- License: mit
- Created: 2023-01-12T16:56:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T04:11:47.000Z (over 1 year ago)
- Last Synced: 2024-10-23T07:17:25.732Z (21 days ago)
- Language: Dart
- Size: 3.86 MB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Sashimi
## What is Sashimi
Sashimi is a sprite stacking framework build on top of [Flame][flame_link].
## 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][example_link] directory.
## Quick Start 🚀
### Prerequisites 📝
In order to start using Sashimi you must have the [Flutter SDK][flutter_install_link] installed on your machine.
## Installing 🧑💻
Add both `flame` and `sashimi` to your `pubspec.yaml`:
```sh
# 📦 Install sashimi and flame from pub.dev
flutter pub add flame sashimi
```[coverage_badge]: coverage_badge.svg
[flutter_install_link]: https://docs.flutter.dev/get-started/install
[flame_link]: https://flame-engine.org
[example_link]: https://github.com/wolfenrain/sashimi/tree/main/example
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis