Exemplo n.º 1
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/VeryFastProceduralOcean.frag");
        var app        = new ShaderToyApp("https://www.shadertoy.com/view/MdXyzX", sourceCode);

        app.Run();
    }
Exemplo n.º 2
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/ToonWater.frag");
        var app        = new ShaderToyApp("https://www.shadertoy.com/view/ltfGD7", sourceCode);

        app.Run();
    }
Exemplo n.º 3
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/Seascape.frag");
        var app        = new ShaderToyApp("https://www.shadertoy.com/view/Ms2SD1", sourceCode);

        app.Run();
    }
Exemplo n.º 4
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/VortexStreet.frag");
        var app        = new ShaderToyApp("https://www.shadertoy.com/view/MlS3Rh", sourceCode);

        app.Run();
    }
Exemplo n.º 5
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/WarpingProcedural4.frag");
        var app        = new ShaderToyApp("https://www.shadertoy.com/view/MdSXzz", sourceCode);

        app.Run();
    }
Exemplo n.º 6
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/Heart3D.frag");
        var app        = new ShaderToyApp("https://www.shadertoy.com/view/4lK3Rc", sourceCode);

        app.Run();
    }
Exemplo n.º 7
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/Default.frag");
        var app        = new ShaderToyApp("Default", sourceCode);

        app.Run();
    }
Exemplo n.º 8
0
    private static void Main()
    {
        var sourceCode = File.ReadAllText("assets/ProteanClouds.frag");
        var app        = new ShaderToyApp("https://www.shadertoy.com/view/3l23Rh", sourceCode);

        app.Run();
    }