From d893a70155638bc2a3412c8eba23d9ba05040584 Mon Sep 17 00:00:00 2001 From: xem Date: Mon, 23 Oct 2017 17:41:19 +0200 Subject: [PATCH] Add WebGL Quest article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c50906a..09369c9 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ Creative coding is a different discipline than programming systems in which the - [Particle Effects via Billboards](http://www.chinedufn.com/webgl-particle-effect-billboard-tutorial/) - How to create a particle effects with billboarding and WebGL. - [Beautifully Animate Points with WebGL and regl](https://peterbeshai.com/beautifully-animate-points-with-webgl-and-regl.html) - How to create GPGPU particles with regl. - [WebGL Tutorial: Directional Shadow Mapping without extensions](9www.chinedufn.com/webgl-shadow-mapping-tutorial/) - Introduction to the concepts behind real time directional light shadow mapping. +- [WebGL Quest](http://xem.github.io/articles/#webgl_quest_2) - A tutorial and a list of useful resources to use WebGL raymarching and distance functions easily. #### Canvas