WebGL in 2023 Tutorial Series

Collection of WebGL samples to accompany the WebGL in 2023 YouTube series
(01) Hello TriangleIntroduction to WebGLCreate basic GPU buffers and shaders to draw the most basic shape of WebGL: a triangle
(02) Movement and ColorAnimating and Coloring 2D shapesUse shader parameters (uniforms) to resize and move objects, fragment shader inputs to recolor them, and application logic to update a simulation.