shader_cli 0.0.1
shader_cli: ^0.0.1 copied to clipboard
Command-line application for compiling GLSL shaders into Flutter-compatible SPR-V byte code.
shader_cli #
Command-line tool to easily compile GLSL shaders into SPR-V byte code required by Flutter.
This package relates to the shader package project.
Usage #
Install the shader executable by running:
dart pub global activate shader_cli
Now you can use the shader executable in your Flutter projects.
For more information run
shader --help
Or visit the documentation of the shader package project.