webgpu-cca
webgpu-cca copied to clipboard
Experiment implementation of Multiple Neighborhoods Cellular Automata using WebGPU
WebGPU Compute Cellular Automata
Implementation of Multiple Neighborhoods Cellular Automata using WebGPU


Run
Chrome Canary
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.
Build and run
yarn install
npm run dev
References
- Softology - Multiple Neighborhoods Cellular Automata
- SyntheticSearchSpace / WebGL-Automata
- @psychobiotik - Intro to Compute Shaders
License
MIT