/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

tympanus.net
| | www.mayerowitz.io
3.3 parsecs away

Travel
| | Demystify shaders with this beginner-friendly guide. Explore fragment shaders, signed distance functions, and metaballs through interactive code examples. Learn how to create beautiful blob animations and effects using just a few lines of code.
| | ch-st.de
3.2 parsecs away

Travel
| | An introduction to raymarching in C++ with diffuse Phong shading and ASCII-terminal output.
| | jamie-wong.com
2.3 parsecs away

Travel
| | One of the techniques used in many demo scenes is called ray marching. This algorithm, used in combination with a special kind of function called
| | jamesgregson.blogspot.com
17.9 parsecs away

Travel
| Dual Contouring is a method for meshing implicit surfaces, or surfaces which are defined as the level-set of scalar function. Conceptually...