/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

blog.mecheye.net
| | diaryofagraphicsprogrammer.blogspot.com
2.2 parsecs away

Travel
| | A Rendering Architecture for high-resolution Displays and Console Games ----------------------------------- Document History: - Initial Pu...
| | lwn.net
2.4 parsecs away

Travel
| | [AI summary] The article provides an in-depth overview of the modern Linux graphics stack, focusing on the transition from OpenGL to Vulkan. It highlights the complexity and verbosity of Vulkan, the role of the graphics pipeline, and the importance of the scene graph in rendering. The article also discusses the challenges of managing multiple GPUs, the use of macros to simplify Vulkan code, and the benefits of using higher-level APIs like OpenGL for simpler applications.
| | alain.xyz
1.6 parsecs away

Travel
| | Low level Graphics APIs such as DirectX 12, Vulkan, Metal, and WebGPU are converging to a model similar to the way GPUs are currently built. In this article we'll review modern graphics APIs and how they compare with older graphics APIs such as OpenGL in their design and data structures.
| | alain.xyz
26.3 parsecs away

Travel
| An overview of various ray operations, their similarities, differences, and how to implement each type of ray operation in real time rendering.