issues
search
shfty-elysian
/
elysian-legacy
Field function compiler
0
stars
0
forks
source link
Iteration pipeline
#78
Closed
Shfty
closed
1 year ago
Shfty
commented
1 year ago
Visualization via bevy requires textual preprocessing to handle bind groups, builtins, etc.
Practical approach is probably to generate a WGSL / GLSL function, then feed that into a bevy Shader
Perhaps use shadertoy? Likely easier than rigging up the corresponding bevy machinery.
Eventually, create a small winit + wgpu viewer that renders to a full-screen quad
Shfty
commented
1 year ago
Done: Implemented via postprocessing in elysian-shadertoy module