Conway's Game of Life w/ WebGPU in Electron. Made following this great tutorial.
Use pnpm for package management
$ pnpm installFor the dev build:
$ pnpm devor
$ pnpm start# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linuxIt's cool new tech.
Just trying it out, no reason.
Tauri uses WebKitGTK for WebView on Linux, which currently does not to support WebGPU.
Electron uses Chromium which has support for it under the flag enable-unsafe-webgpu (+ enable-features=Vulkan on Linux).
- Functioning controls
- User input
- Three dimensions :O