Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 933 Bytes

Readme.md

File metadata and controls

35 lines (23 loc) · 933 Bytes

Game of Life using webgpu

✨ Description

This is the implementation of the tutorial Your first WebGPU app in Rust where we're using webgpu to implement the Conway's Game of Life.

🔌 Setup

You need:

🚀 Getting started

$ git clone https://github.com/pythops/golrs
$ cd golrs/
$ cargo run

⚙️ Configuration

You can specify the grid size with size argument (the default value is 128)

$ cargo run -- --size <grid size: u8>

License

AGPLv3