Explore >> Select a destination


You are here

diaryofagraphicsprogrammer.blogspot.com
| | rys.sommefeldt.com
2.4 parsecs away

Travel
| | [AI summary] This article discusses the technical challenges of implementing real-time ray tracing in GPUs and details Imagination's unique hardware approach to coherency gathering to improve efficiency.
| | www.willusher.io
2.5 parsecs away

Travel
| |
| | mikemarcin.com
3.6 parsecs away

Travel
| | our choice of DirectX 12 in our previous entry. In order to more fully understand how we're going to proceed to add graphics support to our engine we need to understand a bit of the history and evolution of graphics APIs. A Brief History of Graphics APIs Graphics APIs evolved through the decades. They start in the early 1990s with Iris GL followed by OpenGL. These are fixed-function immediate mode APIs.
| | brutalism.rs
25.2 parsecs away

Travel
| BRU-12 is a research project for performing realtime processing on volumetric 3D models and presenting them as meshes ready for rendering. The toolchain consists of Cinder and OpenVDB.OpenVDB is an industrial-grade data structure used for parallel processing of very large amounts of volumetric ("voxel") data. It's not really intended to be used for real-time rendering, but its design (and performance!) was interesting to me so I decided to try to implement a simple data pipeline on top of it.