You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/simple_sdf
Andy Wolff 56bf76f2f0
Add copyright to source files in simple_shader and simple_sdf (#2837)
1 month ago
..
lib Add copyright to source files in simple_shader and simple_sdf (#2837) 1 month ago
shaders Add copyright to source files in simple_shader and simple_sdf (#2837) 1 month ago
test Add copyright to source files in simple_shader and simple_sdf (#2837) 1 month ago
.gitignore
README.md
analysis_options.yaml
pubspec.yaml
screenshot.png

README.md

simple_sdf

A simple Flutter fragment shaders sample project showing how to draw Signed Distance Functions with the FragmentShader API.

Use flutter create --no-overwrite . to initialize the project.

Screenshot of the simple_sdf app