Explore >> Select a destination


You are here

blog.demofox.org
| | www.jakobmaier.at
2.9 parsecs away

Travel
| | In this project I wrote a monte-carlo path tracer in C++ with some nice features, including mesh rendering, direct light sampling and various different materials.
| | puye.blog
2.8 parsecs away

Travel
| | Let's provide a concise overview of ray tracing. We won't delve into subjects like Monte Carlo and stratified sampling, PBRT, BRDF, rendering equations, denoising techniques, or intricate SDF concepts. In essence, we'll stick to the fundamentals.
| | www.cablematters.com
3.5 parsecs away

Travel
| | In this article, we unpack ray tracing and rasterization to help you understand their impacts on visual quality and performance.
| | wassimulator.com
25.0 parsecs away

Travel
| Writing a graphics rendering API using OpenGL with ease of use and modularity in mind. The process is explained on how the algorithms work.