·shadertoy
</>

shadertoy

bfollington/terma

當使用 Shadertoy 著色器、GLSL 片段著色器或為 Web 創建程序圖形時,應該使用此技能。在編寫 .glsl 文件、實現視覺效果、創建生成藝術或使用 WebGL 著色器代碼時使用。此技能提供 GLSL ES 語法參考、常見著色器模式和 Shadertoy 特定約定。

785安裝·168熱度·@bfollington

安裝

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

SKILL.md

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.

| vec3 | iResolution | Viewport resolution (x, y, aspect ratio) | | float | iTime | Current time in seconds (primary animation driver) | | float | iTimeDelta | Time to render one frame | | int | iFrame | Current frame number | | vec4 | iMouse | Mouse: xy = current position, zw = click position | | sampler2D | iChannel0-iChannel3 | Input textures/buffers |

| vec3 | iChannelResolution[4] | Resolution of each input channel | | vec4 | iDate | Year, month, day, time in seconds (.xyzw) |

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/bfollington/terma --skill shadertoy
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 shadertoy?

當使用 Shadertoy 著色器、GLSL 片段著色器或為 Web 創建程序圖形時,應該使用此技能。在編寫 .glsl 文件、實現視覺效果、創建生成藝術或使用 WebGL 著色器代碼時使用。此技能提供 GLSL ES 語法參考、常見著色器模式和 Shadertoy 特定約定。 來源:bfollington/terma。

如何安裝 shadertoy?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/bfollington/terma --skill shadertoy 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/bfollington/terma

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-02-01