mpercivalxyz

this website!
Log | Files | Refs | README

on-shaders.html (1413B)


      1 <html>
      2 <head>
      3 <title>on shaders</title>
      4 <link rel='stylesheet' type='text/css' href='../style.css'>
      5 <meta charset='utf-8'/>
      6 </head>
      7 <body>
      8 <h1>on shaders</h1>
      9 <small>[<a href='../2020.html#on-shaders'>link</a>&mdash;<a href='on-shaders.html'>standalone</a>]</small>
     10 <p>Writing shaders is an impressive art form.<p/>
     11 
     12 <p>I think this is because shaders intersect with a few interesting disciplines: mathematics, art, minimalism, etc. and thus anyone can look at a shader and see the inherent beauty.<p/>
     13 
     14 <p>The flip side is that writing shaders is hard, and my own 'shading ability' is total dog shit.<p/>
     15 
     16 <p>I'm going to try and nail two birds with one stone; my inability to finish personal projects, and my terrible understanding of shaders. Writing a shader is such a small self-contained project that it surely must be hard not to finish one, even for someone as lazy as myself? I will soon find out.<p/>
     17 
     18 <p>I want to see if I can crank out a shader every day for two weeks, creative integrity be damned. Of course this includes publishing shaders to this site, which means setting up whatever relevant frameworks (exactly the kind of BS that I end up tinkering with endlessly to avoid actually doing my projects).<p/>
     19 
     20 <p>Vamos. (see current progress <a href="../shaders.html">here<a/>.)<p/>
     21 <footer>by <strong><a href='https://michaelpercival.xyz/'>Michael Percival</a></strong></footer>
     22 </body>
     23 
     24 </html>