Explore >> Select a destination


You are here

markphelps.me
| | nickb.website
4.1 parsecs away

Travel
| | Nick Botticelli's personal website
| | nelari.us
5.3 parsecs away

Travel
| | I spend most of my programming time writing C++. And like many other C++ programmers, I've shot myself in the foot countless times with a feature I didn't fully grok. And I've spent enormous amounts of time trying to understand the language. Like many other C++ developers in this position, I find myself frequently daydreaming about switching to another more modern and easily understood language.
| | craigmbooth.com
3.4 parsecs away

Travel
| | Building a photo-realistic ray tracer from scratch
| | blog.demofox.org
21.1 parsecs away

Travel
| The images below were path traced using 100,000 samples per pixel, using the sample code provided in this post. Path tracing is a specific type of ray tracing that aims to make photo realistic images by solving something called the rendering equation. Path tracing relies heavily on a method called Monte Carlo integration to get...