This repository contains the code examples used in my articles series on shaders. The articles cover various topics related to shaders and how to implement them in Flutter using the ShaderView
widget.
Here is a list of the articles currently included in this series:
- Hello World - A basic introduction to shaders and how to use them in Flutter.
- Uniforms and Time - An exploration of how to use uniforms and time in shaders to create infinite animations.
Stay tuned for more articles to come!
To get started, simply clone this repository and open the desired code example in your preferred IDE. Make sure to follow the instructions provided in the article to set up the code correctly.
Contributions to this repository are always welcome! If you have a suggestion for a new article or code example, please feel free to create a pull request.
This repository is licensed under the MIT license. See LICENSE
for more information.