Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A basic Conway's Game of Life exercise with Rust WebAssembly and React.

Awesome Lists containing this project

README

        

# Conway's Game of Life πŸ¦€πŸ•ΈοΈ

![Rust](https://img.shields.io/badge/-Rust-B7410E?logo=rust&logoColor=28282B&labelColor=white)
![WebAssembly](https://img.shields.io/badge/-WebAssembly-654FF0?logo=webassembly&logoColor=654FF0&labelColor=white)
![React](https://img.shields.io/badge/-React-white?logo=react&logoColor=61dafb&labelColor=222222)
![License](https://img.shields.io/badge/license-MIT-blue)
![VSCode](https://img.shields.io/badge/-VSCode-007acc?logo=visualstudiocode&logoColor=007acc&labelColor=white)

## 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).