Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.05 KB

Shaders in Flutter

A Flutter project for experimenting with shaders.

Description

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.

Features

  • Display and interact with various shaders.
  • Customize shader parameters to achieve different visual effects.
  • Explore and experiment with shader programming.

Screenshots

Galaxy of universes Star nest

Usage

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.

Acknowledgments

  • ShaderToy - A website that inspired this project and provided the shader code.