Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bayou-brogrammer/webgpu_playground

Playground for various webgpu experiments and learning
https://github.com/bayou-brogrammer/webgpu_playground

Last synced: 9 days ago
JSON representation

Playground for various webgpu experiments and learning

Awesome Lists containing this project

README

        

# webgpu_playground

Playground for various webgpu experiments and learning

- [Game Of Life simulation](src/gol/index.ts) - Based on [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

![Game Of Life Demo](public/gol_demo.gif)