The visual editor for shaders in Flutter.
umbra /ˈʌmbrə/
noun:
- the fully shaded inner region of a shadow cast by an opaque object, especially the area on the earth or moon experiencing the total phase of an eclipse.
LITERARY
shadow or darkness.
"an impenetrable umbra seemed to fill every inch of the museum"
Package | Pub |
---|---|
umbra_core | |
umbra_flutter | |
umbra_cli |
# 🎯 Activate from https://pub.dev
dart pub global activate umbra_cli
# 🚀 Install umbra dependencies
umbra install-deps
# 🕶️ Create your first shader
umbra create hello_world
# 📦 Compile your first shader to a Dart file
umbra generate dart shaders/hello_world.glsl --output lib/shaders/
View the general documentation for writing shaders that are compatible with Umbra here.
The CLI documentation can be viewed here.