Cellular automota
Experience conway's game of life from any input image.

Link

https://github.com/SleepySwords/cellular-automata

Description

Uses wgpu to be able to simulate conway's game of life on the graphics card. Upload any image you want and be able to see how gol transforms it into a pretty simulation.

Experiences

  • Wrote graphics code, using textures, buffers, bind groups and pipelines.
  • Implemented the window handling, including drag and drop functionality for images.
  • Wrote a game of life graphics shader using the WGSL language.

Tools used

wgpu
Cross-platform graphics library
Rust
A nice to use programming language with emphesis on ownership and memory safety