Explore >> Select a destination


You are here

toji.dev
| | www.willusher.io
1.4 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.
| | alain.xyz
2.4 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.
| | floooh.github.io
4.7 parsecs away

Travel
| | In a couple of days I will merge the new WebGPU backend in sokol_gfx.h, and instead of an oversizedchangelog entry I guess it's time for a new blog post inst...
| | www.codeslow.com
16.6 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....