Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhenriques committed Nov 1, 2020
1 parent 4e4ceaf commit 68d0b50
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# rgb-matrix-gol
GOL LED Matrix for rpi

Needs library from
https://github.com/hzeller/rpi-rgb-led-matrix
Using RGB Matrix library from https://github.com/hzeller/rpi-rgb-led-matrix

## Features
- Tries to detect if a universe has died and restart
- Some universes are not possible to detect if have stall without a huge ammount of memory, universe will self reset after some time
- Randomize universe context on reset (cell size, cell color, iteration speed, universe with or without boundaries, etc)

## Samples
![Sample 1](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol1.jpg)
![Sample 2](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol2.jpg)
![Sample 3](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol3.jpg)

0 comments on commit 68d0b50

Please sign in to comment.