GitXplorerGitXplorer
m

rust-game-of-life

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ba48ae7821b7b02edef6dfceb9dbbf5f12e11618

Add section about dependencies

mmluts committed 5 years ago
Unverified
a7e1a4b869385d7c5ca27884cc543d4e2d27e067

Add some description and example gif

mmluts committed 5 years ago
Unverified
c59059303af2fece720339b9f51a636097823502

Show size in text entry

mmluts committed 5 years ago
Unverified
451df4789ad56139ea2940e9e5d7af425f9f53ed

Black background and proper margings

mmluts committed 5 years ago
Unverified
abb80ca55ff6f982391ff46b455abfd939f7b666

Don't freeze ui with rendering

mmluts committed 5 years ago
Unverified
ebdc73dafbf99c2d796dba2e4dda99931b6802ca

Size entry

mmluts committed 5 years ago

README

The README file for this repository.

Conway's Game of Life

This project is an implementation of "Conway's Game of Life". I've written this to get better at Rust and GTK-rs.

Prerequisites

You should have this installed on your system:

  • gtk3
  • cairo
  • rust

Installation

cargo install --git https://github.com/mluts/rust-game-of-life