shader_buffers_fork 0.0.1
shader_buffers_fork: ^0.0.1 copied to clipboard
Using shaders to feed a shader. Make shaders simplier to use with a focus on the ShaderToy.com website. A fork of shader_buffers_fork.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shader_buffers_forkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
shader_buffers_fork: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:shader_buffers_fork/shader_buffers_fork.dart';