/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

toji.dev
| | www.willusher.io
2.7 parsecs away

Travel
| | [AI summary] This article provides a step-by-step guide to setting up a WebGPU context and rendering a triangle on the screen, introducing the basics of WebGPU and its advantages over WebGL. It covers the setup of the rendering context, shader modules, vertex data, render pipeline configuration, and the rendering loop, culminating in a working example of a triangle being displayed.
| | www.jendrikillner.com
1.4 parsecs away

Travel
| | [AI summary] This graphics programming newsletter issue covers technical deep dives into remote scene approximation, GPU architecture, meshlet generation, console debugging, and optimization techniques for both desktop and web rendering APIs.
| | alain.xyz
2.9 parsecs away

Travel
| | An overview on how to write a WebGPU application. Learn what key data structures and types are needed to draw in WebGPU.
| | gpfault.net
26.9 parsecs away

Travel
| [AI summary] The article discusses the implementation of particle systems in WebGL 2, covering various enhancements such as dynamic billboard rendering using instancing, sprite textures, and the integration of force fields for more complex particle behaviors. It also details the setup of vertex arrays and buffers for efficient rendering, along with the necessary shader modifications to support these features.