/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

glfmn.io
| | hereket.com
4.0 parsecs away

Travel
| | [AI summary] A tutorial demonstrating how to create a window with raw Xlib and render a colored triangle using modern OpenGL shaders in C.
| | 3zanders.co.uk
2.4 parsecs away

Travel
| | A basic tutorial on creating a modern OpenGL context and getting a simple triangle drawn to the screen.
| | www.codeslow.com
2.2 parsecs away

Travel
| | Some weeks ago I started looking at using Rust for making a 64K intro. I started out by making a minimal window app that takes up only 3....
| | timur.hu
24.7 parsecs away

Travel
| In the previous post I gave a brief introduction on what mesh and task shaders are from the perspective of application developers. Now it's time to dive deeper and talk about how mesh shaders are implemented in a Vulkan driver on AMD HW. Note that everything I discuss here is based on my experience and understanding as I was working on mesh shader support in RADV and is already available as public information in open source driver code. The goal of this blog post is to elaborate on how mesh shaders are i...