|
You are here |
alain.xyz | ||
| | | | |
lwn.net
|
|
| | | | | [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. | |
| | | | |
therealmjp.github.io
|
|
| | | | | It is no secret that we tend to have a bit of a problem with shader permutations in real-time graphics. It's such a bad problem that it not only affects graphics programmers, but also trickles down to all of the other content creators that use an engine. If you don't believe me, just go ahead and search for "unreal compiling shaders meme" on Google images and see what comes up. There are many great ones to choose from, but personally I am a bit partial to this one: | |
| | | | |
gist.github.com
|
|
| | | | | An example of using OpenGL shaders (and indexed drawing) in Nim - nim_opengl_shader_example.nim | |
| | | | |
mozillagfx.wordpress.com
|
|
| | | Hi there! This is a guest post from Robert Mader, who contributed enormous improvements to Firefox's graphics stack on Linux. TL;DR In the upcoming Firefox 94 release we will enable the EGL backend for a big group of our Linux users. This will increase WebGL performance, reduce resource consumption and make our life as developers... | ||