Setup & Installation
What This Skill Does
A GLSL shader skill covering 36 techniques for real-time visual effects in ShaderToy-compatible code. Handles geometry modeling with SDFs, ray marching, lighting, simulation, procedural generation, and post-processing. Includes WebGL2 adaptation rules and a routing table to match requests to the right technique files. Instead of hunting across 36 separate GLSL topics, the routing table maps your effect goal directly to the right technique file with implementation steps and ready-to-use code templates.
When to use it
- Working with shader dev functionality
- Implementing shader dev features
- Debugging shader dev related issues
