shadertoy-cli 2.0.1

Agent-friendly ShaderToy project, rendering, debugging, and live-preview CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
A ShaderToy CLI project is a directory containing ShaderToy.toml.

Typical layout:

  ShaderToy.toml
  shaders/
    image.frag
    buffer-a.frag
  assets/
  target/        # generated and gitignored

The manifest describes passes and iChannel wiring. Shader source stays in separate
files so agents, editors, diffs, and hot reload can operate on it directly.

Create examples with:

  shadertoy new hello
  shadertoy new feedback --template multipass