Skip to content

Compute shader engine in C++ native WebGPU. Featuring Neural Cellular Automata example implementation. Based on https://eliemichel.github.io/LearnWebGPU/

Notifications You must be signed in to change notification settings

algroznykh/cccompute

 
 

Repository files navigation

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

About

Compute shader engine in C++ native WebGPU. Featuring Neural Cellular Automata example implementation. Based on https://eliemichel.github.io/LearnWebGPU/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.9%
  • C 36.6%
  • Objective-C 1.7%
  • Objective-C++ 1.0%
  • CMake 0.4%
  • Makefile 0.2%
  • Other 0.2%