Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustwasm/wasm_game_of_life
A Rust and WebAssembly tutorial implementing the Game of Life
https://github.com/rustwasm/wasm_game_of_life
life rust rust-wasm tutorial wasm webassembly-tutorial
Last synced: 1 day ago
JSON representation
A Rust and WebAssembly tutorial implementing the Game of Life
- Host: GitHub
- URL: https://github.com/rustwasm/wasm_game_of_life
- Owner: rustwasm
- License: apache-2.0
- Created: 2018-04-03T21:48:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T03:03:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T13:06:03.986Z (9 days ago)
- Topics: life, rust, rust-wasm, tutorial, wasm, webassembly-tutorial
- Language: Rust
- Homepage:
- Size: 673 KB
- Stars: 282
- Watchers: 8
- Forks: 77
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
wasm_game_of_life
Conway's Game of Life in Rust and WebAssembly
Contributing
|
Chat
Built with 🦀🕸 by The Rust and WebAssembly Working Group
## About
This repository contains the complete code for the Rust and WebAssembly
tutorial. The tutorial builds increasingly featureful implementations of
[Conway's Game of Life][game-of-life].### [Read the tutorial here!][tutorial]
[game-of-life]: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
[tutorial]: https://rustwasm.github.io/book/game-of-life/introduction.html