/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
| | 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.
| | diaryofagraphicsprogrammer.blogspot.com
2.2 parsecs away

Travel
| | A Rendering Architecture for high-resolution Displays and Console Games ----------------------------------- Document History: - Initial Pu...
| | 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.
| | www.velanstudios.com
24.2 parsecs away

Travel
| [AI summary] The text describes the rendering pipeline of the Viper Engine used in the game Knockout City. It covers various stages including the initial 3D scene rendering, post-processing steps like distortion, bloom, tonemapping, and anti-aliasing, followed by UI rendering and the final backbuffer pass. The article also mentions future enhancements and invites interested readers to apply for the Viper Engine team.