Implementation of Multiple Neighborhoods Cellular Automata using WebGPU
This code is using WebGPU API, and was tested on Chrome Canary 105.0.5181.0 macOS.
Install Chrome Canary.
Turn on #enable-unsafe-webgpu
via chrome://flags
on Chrome Canary.
yarn install
npm run dev
- Softology - Multiple Neighborhoods Cellular Automata
- SyntheticSearchSpace / WebGL-Automata
- @psychobiotik - Intro to Compute Shaders
MIT