Explore >> Select a destination


You are here

raphlinus.github.io
| | lwn.net
2.2 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.
| | www.willusher.io
3.2 parsecs away

Travel
| |
| | mattkeeter.com
3.2 parsecs away

Travel
| | [AI summary] A detailed blog post by Matt Keeter about developing a GPU-based raytracer called rayray, focusing on its architecture, rendering techniques, and performance improvements.
| | 3zanders.co.uk
16.6 parsecs away

Travel
| A basic tutorial on creating a modern OpenGL context and getting a simple triangle drawn to the screen.