Macroquad Shader Demo

Macroquad Shader Demo
This example is a simple fractal shader using lessons learned from kishimisu and Inigo Quilez utilizing SDFs and some oscillation to produce a fun effect. This also serves as a simple shader template I can quickly throw any fullscreen shader demos into by replacing the fragment shader as needed. The vertex shader for this is a simple normalization algorithm.