A Flutter project for experimenting with shaders.
This project is a simple Flutter application that allows you to play with shaders. Shaders are small programs that run on the GPU and are used to manipulate the appearance of graphics.
- Display and interact with various shaders.
- Customize shader parameters to achieve different visual effects.
- Explore and experiment with shader programming.
Galaxy of universes | Star nest |
1. Clone and run the application.
2. Explore the two shaders by changing the shader name in the _load()
method.
3. Modify the shader code in lib/shaders
to experiment and create your visual effects.
- ShaderToy - A website that inspired this project and provided the shader code.