/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

drei.docs.pmnd.rs
| | aerotwist.com
3.1 parsecs away

Travel
| | [AI summary] This article introduces shaders in the context of WebGL and Three.js, explaining their role in rendering 3D graphics and providing basic examples of vertex and fragment shaders.
| | gpfault.net
4.1 parsecs away

Travel
| | [AI summary] The article explains how to render the Mandelbrot set using WebGL and GLSL shaders, detailing the mathematical theory, code implementation, and color palette techniques.
| | felixrieseberg.com
3.5 parsecs away

Travel
| | Tutorial: Using Shadertoy shaders in three.js - with example code using Next.js, Three.js, and React.
| | reindernijhoff.net
22.6 parsecs away

Travel
| Just a repost of one of my first shaders on Shadertoy. This is a simple realtime path tracer, implemented in a WebGL fragment shader. The shader shows motion blur, depth of field and importance sampling. The path tracer is based