Files
komplex/tools/packsrc/Multiscale MIP Fluid/pack.json
Digital Artifex c8f3f1e981 Added shader packs
2025-08-19 09:33:45 -04:00

52 lines
1.1 KiB
JSON

{
"author": "cornusammonis",
"name": "Multiscale MIP Fluid",
"version": "1.0.0",
"description": "Motivated by https://codepen.io/brainjam/pen/GaYJjJ . clearly, there's still a lot of room for code optimization.",
"license": "CC BY-NC-SA 3.0",
"engine": "shadertoy",
"id": "tsKXR3",
"tags": [
"simulation",
"water",
"fluid",
"mipmap",
"turbulence"
],
"source": "./shaders/Image.frag.qsb",
"speed": 4,
"bufferA":
{
"source": "./shaders/Buffer A.frag.qsb",
"frame_buffer_channel": 0,
"channel1": "{bufferD}",
"channel2": "{bufferB}",
"channel3": "{bufferC}"
},
"bufferB":
{
"source": "./shaders/Buffer B.frag.qsb",
"channel0": "{bufferA}"
},
"bufferC":
{
"type": 2,
"source": "./shaders/Buffer C.frag.qsb",
"channel0": "{bufferB}"
},
"bufferD":
{
"source": "./shaders/Buffer D.frag.qsb",
"frame_buffer_channel": 1,
"channel0": "{bufferA}"
},
"channel0": "{bufferA}"
}