Files
video-shader-toys/shaders/happy-accident/shader.json
Aiden 70be7312b8
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 1m33s
CI / Windows Release Package (push) Successful in 2m23s
Timing and saftey pass
2026-05-06 14:35:41 +10:00

55 lines
1.1 KiB
JSON

{
"id": "happy-accident",
"name": "Happy Accident",
"description": "Raymarched generative line field. CC0 original 'Clearly a bug' adapted from https://www.shadertoy.com/view/33cGDj.",
"category": "Generative",
"entryPoint": "shadeVideo",
"parameters": [
{
"id": "speed",
"label": "Speed",
"type": "float",
"default": 1.0,
"min": 0.0,
"max": 4.0,
"step": 0.01
},
{
"id": "scale",
"label": "Scale",
"type": "float",
"default": 1.0,
"min": 0.25,
"max": 3.0,
"step": 0.01
},
{
"id": "raySteps",
"label": "Ray Steps",
"type": "float",
"default": 77.0,
"min": 8.0,
"max": 77.0,
"step": 1.0
},
{
"id": "intensity",
"label": "Intensity",
"type": "float",
"default": 1.0,
"min": 0.1,
"max": 4.0,
"step": 0.01
},
{
"id": "sourceMix",
"label": "Source Mix",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0,
"step": 0.01
}
]
}