/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

procworld.blogspot.com
| | blog.selfshadow.com
4.1 parsecs away

Travel
| | [AI summary] This text discusses advanced techniques for occlusion culling and visibility determination in computer graphics, particularly focusing on GPU and SPU implementations. It outlines methods such as hierarchical z-buffering, HZB (Hierarchical Z-Buffer) sampling, and frustum subdivision for efficient rendering of large environments. The text also touches on challenges like latency, hardware limitations, and future directions for visibility processing, including potential integration with next-generation hardware.
| | www.copetti.org
5.6 parsecs away

Travel
| | An in-depth analysis that explains how this console works internally
| | blog.danielschroeder.me
5.6 parsecs away

Travel
| | This is the first of two posts about a renderer I have been developing, focusing on what I've built and how it works. The second post discusses why I've built it and my plans for the future. I've been developing a custom real-time renderer which uses very small voxels to produce a distinctive visual style [...]
| | machinethink.net
29.9 parsecs away

Travel
| Learn how OpenGL and Metal work by writing your own 3D renderer from scratch