glow 0.0.1 copy "glow: ^0.0.1" to clipboard
glow: ^0.0.1 copied to clipboard

Flutter plugin providing GPU shader rendering via a Texture widget. Uses a Rust engine with glow for cross-platform GL (OpenGL, GL ES, WebGL2). ShaderToy compatible.

0.0.1 #

Initial public release.

  • 6-platform support: Android, iOS, Linux, macOS, Windows, and Web
  • GLSL shader rendering via OpenGL ES / OpenGL / WebGL2
  • ShaderToy compatibility (single-layer Image shaders)
  • Sampler2D texture uniforms (iChannel0-3) with runtime updates
  • Mouse interaction via iMouse uniform
  • Custom uniform support (bool, int, float, vec2-4, mat2-4)
  • FPS reporting
  • Optional OpenCV video capture on Android, Linux, and Windows
0
likes
110
points
8
downloads

Documentation

API reference

Publisher

verified publishermanymath.com

Weekly Downloads

Flutter plugin providing GPU shader rendering via a Texture widget. Uses a Rust engine with glow for cross-platform GL (OpenGL, GL ES, WebGL2). ShaderToy compatible.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, flutter_web_plugins, image, permission_handler, web

More

Packages that depend on glow

Packages that implement glow