umbra_cli 0.1.0-dev.8 umbra_cli: ^0.1.0-dev.8 copied to clipboard
Umbra CLI allows Flutter developers to create their own shaders and compile them to strongly typed dart files.
Usage #
Customize the shader file example.glsl
(which was created using umbra create example
)
and generate the target you need:
umbra generate example.glsl --target=dart-shader
For more information related to the CLI commands see the CLI documentation.
Documentation related to shaders can be found in the Shader Specifications documentation.