← 返回
未分类 中文

shadertoy

Write, explain, debug, and port ShaderToy-style fragment shaders. Use when the user asks for ShaderToy code, wants help with `mainImage`, `fragCoord`, `iTime...
编写、解释、调试并移植 ShaderToy 风格的片段着色器。适用于用户请求 ShaderToy 代码、需要帮助 `mainImage`、`fragCoord`、`iTime` 等。
jvy jvy 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 608
下载
💾 5
安装
1
版本
#latest

概述

ShaderToy

Use this skill for ShaderToy-native work and ShaderToy-to-runtime migration.

This skill is narrower than shader. If the problem is fundamentally about ShaderToy built-ins, mainImage, channels, buffers, or porting out of ShaderToy, use this one first.

Workflow

1. Confirm the ShaderToy shape

Resolve these first:

  • single Image pass or multi-pass with Buffer A/B/C/D
  • uses of iTime, iResolution, iMouse
  • channel usage: iChannel0..3
  • whether the code is pure procedural or samples textures / buffers

If the user posts ShaderToy code, keep the original structure visible until the effect works.

2. Debug in ShaderToy terms first

Before porting, reduce the effect inside ShaderToy conventions:

  • replace output with a constant color
  • visualize fragCoord / iResolution.xy
  • bypass texture reads and channels temporarily
  • isolate one term at a time

Read references/builtins.md for the built-in variable map.

3. Port only after the effect is understood

When porting away from ShaderToy:

  • convert mainImage(out vec4 fragColor, in vec2 fragCoord) to the host entry point
  • replace built-ins with explicit uniforms
  • recreate full-screen quad or postprocess host setup
  • account for channel textures and buffer passes explicitly

Read references/porting.md before rewriting host-side glue.

4. Keep answers concrete

Prefer:

  • a corrected ShaderToy fragment shader
  • a mapping of built-ins to host uniforms
  • a minimal migration plan
  • the first likely failure point

Commands

Inspect built-ins and channels

node {baseDir}/scripts/shadertoy.js builtins
node {baseDir}/scripts/shadertoy.js channels --json

Generate a porting checklist

node {baseDir}/scripts/shadertoy.js port three
node {baseDir}/scripts/shadertoy.js port webgl --json

Use this when converting ShaderToy code into another runtime.

Print a debug checklist

node {baseDir}/scripts/shadertoy.js debug black-screen
node {baseDir}/scripts/shadertoy.js debug channels

Generate an intake plan

node {baseDir}/scripts/shadertoy.js intake "port a shadertoy ocean to r3f"
node {baseDir}/scripts/shadertoy.js intake "fix my iChannel feedback effect" --json

Pick the right demo starting point

node {baseDir}/scripts/shadertoy.js demo single-pass
node {baseDir}/scripts/shadertoy.js demo feedback --json

Generate a scaffold recommendation

node {baseDir}/scripts/shadertoy.js scaffold three single-pass
node {baseDir}/scripts/shadertoy.js scaffold webgl feedback --json

Use this when the user wants the fastest route from a ShaderToy idea to a runnable host setup.

Assets

Bundled templates:

  • assets/shadertoy-single-pass-demo/index.html
  • assets/shadertoy-feedback-notes.txt

References

  • Built-ins, channels, and pass semantics: references/builtins.md
  • Migration rules to WebGL / Three.js / R3F: references/porting.md
  • Buffer and feedback triage: references/buffers-feedback.md

Guardrails

  • Keep ShaderToy naming intact until the effect is understood.
  • Do not invent channels or buffer passes the user did not specify.
  • If the shader relies on buffers or feedback, say so explicitly before pretending it is a single-pass effect.
  • When porting, make every implicit ShaderToy input explicit in the host code.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 22:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 331,142
office-efficiency

wps

jvy
面向中国用户的WPS Office工作流:创建、编辑、审阅、转换及排查.docx/.xlsx/.pptx及WPS格式的文字/表格/演示文档。
★ 56 📥 25,894
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,122