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 a7be276f22
Add new sample simple_sdf (#2835)
2 months ago
..
lib Add new sample simple_sdf (#2835) 2 months ago
shaders Add new sample simple_sdf (#2835) 2 months ago
test Add new sample simple_sdf (#2835) 2 months ago
.gitignore Add new sample simple_sdf (#2835) 2 months ago
README.md Add new sample simple_sdf (#2835) 2 months ago
analysis_options.yaml Add new sample simple_sdf (#2835) 2 months ago
pubspec.yaml Add new sample simple_sdf (#2835) 2 months ago
screenshot.png Add new sample simple_sdf (#2835) 2 months ago

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