Patterns Hard
Backlog - Shader Playground UI
Interactive parameter editor for shader-like visual tuning.
shaderplaygroundui-editor
Targets: JS HTML
Code
body { margin: 0; font-family: "Trebuchet MS", "Segoe UI", sans-serif; background: #070e1a; color: #edf4ff; }
.topbar { padding: 0.75rem 1rem; display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: #8ee7ff; text-decoration: none; }
main { width: min(1000px, 92%); margin: 0 auto; }
.layout { margin-top: 1rem; display: grid; grid-template-columns: 260px 1fr; gap: 0.8rem; }
.controls { border: 1px solid #2c425f; border-radius: 12px; padding: 0.8rem; display: grid; gap: 0.55rem; }
label { display: grid; gap: 0.25rem; font-size: 0.9rem; color: #c1d1e8; }
canvas { width: 100%; border: 1px solid #2c425f; border-radius: 12px; background: #0d1322; }
@media (max-width: 900px) { .layout { grid-template-columns: 1fr; } }Backlog - Shader Playground UI
Interactive parameter editor for shader-like visual tuning.
Source
- Repository:
libs-gen - Original demo id:
31-shader-playground-editor
Notes
Interactive parameter editor for shader-like visual tuning.