Tag: #webgpu
Interactive Turing patterns in WebGPU
2024-05-29
WebGPU hello world in 2024
2024-05-25
Simulating epidemics in WebGPU
Simulating an epidemic in WebGPU using a direct index into an array of cells, avoiding the issues encountered with the previous WebGL implementation that used a texture. 2020-03-12
Game of Life in WebGPU
Implementing Conway’s Game of Life in WebGPU, a 2D cellular automaton simulation. Uses compute shaders to update the game state and render the cells. 2020-03-03
Rule 110 in WebGPU
A WebGPU-powered simulation of the Rule 110 cellular automaton, rendering a dynamic image on a canvas. 2020-03-02
All content copyright James Fisher.