Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfenrain/flutter_shaders_example
Flutter showcase of shaders using the new shader API.
https://github.com/wolfenrain/flutter_shaders_example
Last synced: 4 days ago
JSON representation
Flutter showcase of shaders using the new shader API.
- Host: GitHub
- URL: https://github.com/wolfenrain/flutter_shaders_example
- Owner: wolfenrain
- License: mit
- Created: 2022-12-30T14:33:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T14:05:58.000Z (over 1 year ago)
- Last Synced: 2024-10-23T07:17:28.504Z (21 days ago)
- Language: GLSL
- Size: 1.85 MB
- Stars: 77
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Shaders
Flutter showcase of shaders using the new shader API.
## Getting Started
You should be on the `master` channel of Flutter to run this project.
```sh
flutter channel master
flutter upgrade
```