mirror of https://github.com/flutter/samples.git
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.
10 lines
353 B
10 lines
353 B
# `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.
|
|
|
|
[Flutter fragment shaders]: https://docs.flutter.dev/development/ui/advanced/shaders
|
|
|
|

|