Explore >> Select a destination


You are here

glfmn.io
| | 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....
| | 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.
| | blog.mecheye.net
3.6 parsecs away

Travel
| | [AI summary] The article discusses the history and current state of X11 and Wayland in Linux graphics. It highlights the complexity and versatility of X11, which supports a wide range of hardware and maintains backward compatibility, while Wayland is a simpler, more modern approach that aims to improve performance and security. The article also touches on the challenges of transitioning from X11 to Wayland, the role of various graphics technologies like Mesa and DRM, and the importance of maintaining compatibility with legacy applications. Additionally, it mentions the potential for other technologies like DirectFB and the need for comprehensive documentation and support for Wayland to fully replace X11.
| | jamie-wong.com
8.9 parsecs away

Travel
| [AI summary] The author explains how to render metaballs using WebGL by leveraging the GPU for parallel pixel computation through the OpenGL programmable pipeline.