This is another my fun programming on weekend. I’ve implemented Conway's Game of Life using Google’s GXUI lib.
https://github.com/nati/fun/tree/master/lifegame
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
GXUI is an experimental Go cross platform UI library.
https://github.com/google/gxui
This toy code can read RLE format which Goly can export.
http://golly.sourceforge.net/
Currently, gxui don’t provides much document.. so I’m not sure I’m doing right for this app :P. but it is really fun if golang could have cross platform UI lib.
















