Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bayou-brogrammer/webgpu_playground
- Owner: bayou-brogrammer
- Created: 2023-04-27T01:03:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-28T15:37:25.000Z (over 1 year ago)
- Last Synced: 2024-10-27T15:42:24.188Z (about 2 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)