LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: shader

Browse skills that share this tag.

  • forge-shader-grid - Procedural Anti-Aliased Shader Grid in SDL3 GPU
    sdl3gpushadergrid

    ★ 38 · Updated 2026-09-22

    Render a procedural anti-aliased grid floor in an SDL3 GPU scene using screen-space derivatives and multiple graphics pipelines.

    ⚙ Render anti-aliased procedural grid floor⚙ Compute grid lines with fwidth⚙ Apply frequency and distance fade
  • threejs-landscape - Build live Three.js procedural landscapes behind subjects
    threejslandscapeprocedural-terrainwebgl

    ★ 66 · Updated 2026-09-19

    Creates Three.js landscapes featuring polar grid terrain, slope vertex colors, GPU instanced grass, stones, gradient sky, and time-of-day lerping.

    ⚙ Generate camera-centered polar heightfields⚙ Warp domain noise for terrain height⚙ Color terrain by slope and moisture
  • makepad-shaders - Makepad shader system development and support
    makepadshadersdf2dglsl

    ★ 0 · Updated 2026-09-15

    Generates shader code and explains the Makepad shader language, Sdf2d API, and built-in functions.

    ⚙ Generate shader code⚙ Explain shader language syntax⚙ Explain Sdf2d API functions
  • makepad-shaders - Makepad Shaders Guide and Shader Code Generator
    makepadshadersdf2dglsl

    ★ 0 · Updated 2026-09-15

    Provides guidance and code generation for Makepad shader language, Sdf2d drawing, and GLSL built-in functions.

    ⚙ Generate Makepad shader code⚙ Explain Sdf2d API usage⚙ Explain GLSL built-in functions
  • shader - GLSL Fragment Shaders
    glslshaderfragment-shaderprocedural-graphics

    ★ 1 · Updated 2026-09-13

    Writes GLSL fragment shaders for procedural graphics, textures, patterns, noise, visual effects, and WebGL or Three.js integrations.

    ⚙ Create procedural textures⚙ Draw shapes with distance fields⚙ Generate patterns noise and gradients
  • forge-shader-grid - Procedural Anti-Aliased Grid for SDL3
    SDL3GPUshadergrid

    ★ 0 · Updated 2026-06-15

    Add procedural anti-aliased grid floor to SDL3 GPU scenes using fragment shader

    ⚙ create grid pipeline⚙ bind graphics pipeline⚙ upload grid geometry
  • shader-router - GLSL Shader Project Router
    GLSLshaderroutingdecision framework

    ★ 27 · Updated 2026-03-23

    Routes GLSL shader tasks to specialized skills based on requirements

    ⚙ classify task type⚙ match signal words⚙ combine skills
  • shader-debug - Debug GLSL Shaders by Rendering to PNG Files
    shaderdebugGLSLgraphics

    ★ 0 · Updated 2026-02-18

    Render GLSL fragment shaders to PNG files for visual debugging and troubleshooting.

    ⚙ render shaders to PNG files⚙ debug GLSL fragment shaders⚙ test shader output