skills/smithery.ai/glsl-shader

glsl-shader

Installation
SKILL.md

GLSL Shader Development

Create audio-reactive GLSL visualizers for Bice-Box.

Essential Structure

  • GLSL ES 3.00 only
  • DO NOT DECLARE #version 300 es or precision directives (system adds these automatically)
  • Main function: void mainImage(out vec4 fragColor, in vec2 fragCoord)
  • File types:
    • Single-pass: name.glsl
    • Multi-pass: name_bufferA.glsl, name_image.glsl

Standard Uniforms (DO NOT redeclare)

Installs
1
First Seen
Mar 30, 2026
glsl-shader from smithery.ai