Explore >> Select a destination


You are here

oneshader.net
| | reindernijhoff.net
62.5 parsecs away

Travel
| | By combining the webcam texture and the WebVR functionality of Shadertoy, I was able to create two "Augmented Reality" fragment shaders. An Augmented Reality (AR) shader in Shadertoy is based on the following technique: The webcam texture is set as
| | reindernijhoff.net
45.5 parsecs away

Travel
| | Yet another Cornell Box: a path tracer in a single fragment shader on Shadertoy. Direct light sampling is used to reduce noise. The scene is rendered using 12 samples per pixel. The path tracer is based on Raytracing in one
| | reindernijhoff.net
22.2 parsecs away

Travel
| | After creating Turtletoy, it was easy to create a second toy website: Oneshader. OneShader is an online tool for creating and sharing WebGL fragment shaders. You dont have access to 3D models, textures, buffers, or any other (external) resources, so
| | www.codeslow.com
143.4 parsecs away

Travel
| Some weeks ago I started looking at using Rust for making a 64K intro. I started out by making a minimal window app that takes up only 3....