private static void Main() { var sourceCode = File.ReadAllText("assets/VeryFastProceduralOcean.frag"); var app = new ShaderToyApp("https://www.shadertoy.com/view/MdXyzX", sourceCode); app.Run(); }
private static void Main() { var sourceCode = File.ReadAllText("assets/ToonWater.frag"); var app = new ShaderToyApp("https://www.shadertoy.com/view/ltfGD7", sourceCode); app.Run(); }
private static void Main() { var sourceCode = File.ReadAllText("assets/Seascape.frag"); var app = new ShaderToyApp("https://www.shadertoy.com/view/Ms2SD1", sourceCode); app.Run(); }
private static void Main() { var sourceCode = File.ReadAllText("assets/VortexStreet.frag"); var app = new ShaderToyApp("https://www.shadertoy.com/view/MlS3Rh", sourceCode); app.Run(); }
private static void Main() { var sourceCode = File.ReadAllText("assets/WarpingProcedural4.frag"); var app = new ShaderToyApp("https://www.shadertoy.com/view/MdSXzz", sourceCode); app.Run(); }
private static void Main() { var sourceCode = File.ReadAllText("assets/Heart3D.frag"); var app = new ShaderToyApp("https://www.shadertoy.com/view/4lK3Rc", sourceCode); app.Run(); }
private static void Main() { var sourceCode = File.ReadAllText("assets/Default.frag"); var app = new ShaderToyApp("Default", sourceCode); app.Run(); }
private static void Main() { var sourceCode = File.ReadAllText("assets/ProteanClouds.frag"); var app = new ShaderToyApp("https://www.shadertoy.com/view/3l23Rh", sourceCode); app.Run(); }