pythops / golrs

Game Of Life using webgpu, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Game Of Life using webgpu, written in Rust


Languages

Language:Rust 89.8%Language:WGSL 10.2%