shader-creator
SKILL.md
Shaders are GPU-accelerated visual programs that create real-time graphics through mathematical expressions. Output .md files (shader concept), and .html files (interactive shader viewer with live parameter controls).
This happens in two steps:
- Shader Concept Creation (.md file)
- Express by creating GLSL shader code (.html file with Three.js)
First, undertake this task:
SHADER CONCEPT CREATION
To begin, create a SHADER CONCEPT (not static images or templates) that will be interpreted through:
- Mathematical functions and transformations
- UV coordinate manipulation
- Color gradients and blending
- Time-based animation
- Noise functions and fractals
- Distance fields and ray marching