umbra_cli 0.1.0-dev.3
umbra_cli: ^0.1.0-dev.3 copied to clipboard
Umbra CLI allows Flutter developers to create their own shaders and compile them to strongly typed dart files.
example/README.md
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.