0 purchases
umbra cli
Umbra CLI
Umbra CLI allows Flutter developers to create their own shaders and compile them to strongly typed dart files.
Quick start #
# 🎯 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 shaders/hello_world.glsl --output lib/shaders/
copied to clipboard
For more information related to the CLI commands see the CLI documentation.
Documentation related to shaders can be found in the Shader Specifications documentation.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.