CLI
Render a TOML graph:
ftc examples/simple_noise.toml
Choose an explicit output path:
ftc examples/simple_noise.toml --output out/noise.png
Change render resolution:
ftc examples/simple_noise.toml --width 1024 --height 1024
Change the sampled world-space range:
ftc examples/simple_noise.toml --world-size 4.0
Watch and rerender on save:
ftc examples/simple_noise.toml --watch
Notes:
- Input must be a TOML graph file
- Output defaults to the input path with
.png --watchcurrently tracks the graph file itself, not imported files yet