https://github.com/hdescobarh/conways-wasm-react
A basic Conway's Game of Life exercise with Rust WebAssembly and React.
https://github.com/hdescobarh/conways-wasm-react
cellular-automaton react rust webassembly
Last synced: 7 months ago
JSON representation
A basic Conway's Game of Life exercise with Rust WebAssembly and React.
- Host: GitHub
- URL: https://github.com/hdescobarh/conways-wasm-react
- Owner: hdescobarh
- License: mit
- Created: 2023-01-14T05:30:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T01:45:02.000Z (over 2 years ago)
- Last Synced: 2024-10-20T15:46:08.432Z (9 months ago)
- Topics: cellular-automaton, react, rust, webassembly
- Language: Rust
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life π¦πΈοΈ




## Description
A basic Conway's Game of Life exercise with WebAssembly and React. React deals with the DOM, and the Wasm module contains the logic. I wrote the WebAssembly with Rust π¦; here is my Wasm module [repo](https://github.com/hdescobarh/conways-rust-wasm).
An example release build can be found in [dist](https://github.com/hdescobarh/conways-wasm-react/tree/main/dist)
## References
- Project's initial configuration template was generated with [createapp.dev](https://createapp.dev/).
- Example: [Two-glider mess](https://conwaylife.com/wiki/Two-glider_mess).