Design & Medialow risk

webgl-distortion-grain

A vertical gallery (Three.js) where planes bend with scroll velocity, ripple under the cursor via simplex noise, and carry a film grain.

nexu-io/open-design·plugins/_official/examples/webgl-distortion-grain/SKILL.md
62/ 100Recommendation

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a codex -y
Personal installation~/.agents/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a codex -g -y
Manual folder.agents/skills/webgl-distortion-grainOfficial docs ↗
Project installation.claude/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a claude-code -y
Personal installation~/.claude/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a claude-code -g -y
Manual folder.claude/skills/webgl-distortion-grainOfficial docs ↗
Project installation.agents/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a github-copilot -y
Personal installation~/.copilot/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a github-copilot -g -y
Manual folder.agents/skills/webgl-distortion-grainOfficial docs ↗
Project installation.agents/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a cursor -y
Personal installation~/.cursor/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a cursor -g -y
Manual folder.agents/skills/webgl-distortion-grainOfficial docs ↗
Project installation.agents/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a gemini-cli -y
Personal installation~/.gemini/skills/webgl-distortion-grain
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/webgl-distortion-grain -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/_official/examples/webgl-distortion-grain
Manual folder.agents/skills/webgl-distortion-grainOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# Distortion & Grain

Produce a single self-contained `index.html` — A vertical gallery (Three.js) where planes bend with scroll velocity, ripple under the cursor via simplex noise, and carry a film grain.

## Why this is a powered artifact

Open Design detects `getContext('webgl2')` / heavy WebGL and renders this file in **powered preview** (a cross-origin-isolated iframe). The full GPU + scroll pipeline runs; no opaque-sandbox workarounds are needed.

## Resource map

```
webgl-distortion-grain/
├── SKILL.md          ← you're reading this
├── example.html      ← the complete, working artifact (READ FIRST)
└── (assets, if any)
```

## Credits / attribution

- effect: Jan Kohlbach / Codrops (MIT)
- imagery: Original (AI-generated)
- simplex noise: Ashima Arts (MIT)

Keep any bundled LICENSE and on-screen credit intact. Replace imagery only with license-clean assets (original / AI, Lummi.ai, Unsplash/Pexels — never scraped imagery).