Files
video-shader-toys/config/runtime-host.json
Aiden aa33d72b6e
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m8s
CI / Windows Release Package (push) Has been skipped
config UI updates
2026-05-30 20:20:22 +10:00

31 lines
673 B
JSON

{
"$schema": "./runtime-host.schema.json",
"autoReload": true,
"input": {
"backend": "ndi",
"device": "AIDENLAPTOP (Test Pattern)",
"frameRate": "59.94",
"resolution": "1080p"
},
"maxTemporalHistoryFrames": 12,
"oscBindAddress": "0.0.0.0",
"oscPort": 9000,
"oscSmoothing": 0.18,
"output": {
"backend": "ndi",
"device": "Shader",
"frameRate": "59.94",
"keying": {
"alphaRequired": false,
"external": false
},
"pixelFormat": "auto",
"resolution": "1080p"
},
"previewEnabled": true,
"previewFps": 59.94,
"runtimeShaderId": "happy-accident",
"serverPort": 8080,
"shaderLibrary": "shaders"
}