Skip to main content
Back to registry

shadertoy

bfollington/terma

Shadertoy is a platform for creating and sharing GLSL fragment shaders that run in the browser using WebGL. This skill provides comprehensive guidance for writing shaders including GLSL ES syntax, common patterns, mathematical techniques, and best practices specific to real-time procedural graphics.

Installs1
Install command
npx skills add https://github.com/bfollington/terma --skill shadertoy
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Shadertoy is a platform for creating and sharing GLSL fragment shaders that run in the browser using WebGL. This skill provides comprehensive guidance for writing shaders including GLSL ES syntax, common patterns, mathematical techniques, and best practices specific to real-time procedural graphics. Activate this skill when: Every Shadertoy shader implements the mainImage function: Always available in shaders: Standard patterns for normalizing coordinates: Use Inigo Quilez's cosine palette for smooth color gradients: Simple 2D hash for noise and randomness: Standard pattern for 3D rendering via sphere tracing: 2D rotation: 3D axis-angle rotation (modifies in-place): Create fractal-like structures: Vignette: Film grain/dithering (reduces banding): Gamma correction: For complex effects requiring temporal feedback or multiple rendering stages: ALWAYS follow these rules to avoid compilation errors: Visualizing complex numbers: Ray marching 3D scenes: Creating noise/organic effects: Multi-layer composition: Visualize intermediate values: Simplify progressively: Check for NaN/Inf: Based on observed patterns in creative work: When forking or remixing shaders: Complete GLSL ES syntax reference including: Search with: Read /references/glsl-reference.md for complete language reference. Comprehensive pattern library including: Search with: Grep "pattern" references/common-patterns.md for...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does shadertoy do?

Shadertoy is a platform for creating and sharing GLSL fragment shaders that run in the browser using WebGL. This skill provides comprehensive guidance for writing shaders including GLSL ES syntax, common patterns, mathematical techniques, and best practices specific to real-time procedural graphics.

Is shadertoy good?

shadertoy does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does shadertoy work with?

shadertoy currently lists compatibility with kimi-cli, amp.

What are alternatives to shadertoy?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install shadertoy?

npx skills add https://github.com/bfollington/terma --skill shadertoy

Related skills

Alternatives in Software Engineering