Triangles on Web
This is a series of tutorial about computer graphics and WebGPU.
What You Can Build
2D Basics
In this section, we learn about the basic concepts of computer graphics and WebGPU.
We do so by building a simple game called Life Game.
3D Basics
In this section, we learn about rendering 3D objects with WebGPU.
We first learn about the basic concepts of 3D rendering.
WGSL
Then we talk about the elephant in the room- the shader language, wgsl.
3D Models
This part familiarize you with OBJ file format and how to load 3D models.
Curves and Surfaces
Next part is about curves and surfaces.