/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

momentsingraphics.de
| | www.jallmenroeder.de
1.3 parsecs away

Travel
| | [AI summary] The author shares their educational journey and implementation details of creating a path tracer using the C++ framework Nori, progressing from basic geometry to advanced lighting techniques like multiple importance sampling.
| | benedikt-bitterli.me
2.1 parsecs away

Travel
| | Benedikt Bitterli's Portfolio
| | www.sjbrown.co.uk
1.9 parsecs away

Travel
| | [AI summary] This post details the initial implementation and performance testing of a classical path tracer algorithm using NVIDIA CUDA on a GeForce 9500 GT graphics card.
| | timur.hu
20.0 parsecs away

Travel
| Mesh and task shaders (amplification shaders in D3D jargon) are a new way to process geometry in 3D applications. First proposed by NVidia in 2018 and initially available in the "Turing" series, they are now supported on RDNA2 GPUs and are part of the D3D12 API. There is also an extension in Vulkan (and a vendor-specific one in OpenGL). This post is about what mesh shadig is and next time I'm going to talk about how mesh/task shaders are implemented on the driver side.