Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 268 Bytes

Compute shader engine in C++ native WebGPU.

Featuring Neural Cellular Automata example implementation.

Based on https://eliemichel.github.io/LearnWebGPU/

Building

cmake . -B build -DWEBGPU_BACKEND=DAWN
cmake --build build

Then run ./build/App