Cellular automota
Experience conway's game of life from any input image.
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.