Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aidenmanuel/conways_rust_of_life

This is my first proper attempt at making something in Rust. It is a classic Conways game of life, with rendering performed using the Piston crate. I used code from one of the Piston Tutorial examples on making a spinning square, and made modifications mostly in the App Implementation. See original code below:
https://github.com/aidenmanuel/conways_rust_of_life

conway conway-game conways-game-of-life game-of-life piston piston-engine piston-game-engine rust rust-lang

Last synced: 5 days ago
JSON representation

This is my first proper attempt at making something in Rust. It is a classic Conways game of life, with rendering performed using the Piston crate. I used code from one of the Piston Tutorial examples on making a spinning square, and made modifications mostly in the App Implementation. See original code below:

Awesome Lists containing this project