Note: This is a work in progress.
An implementation of Conway's Game of Life using Glimmer. Meant primarily as an exploration of building performant visualizations with many components in Glimmer.
You will need the following things properly installed on your computer.
git clone https://github.com/trentmwillis/glimmer-of-lifecd glimmer-of-lifeyarn
ember serve- Visit the app at http://localhost:4200.
ember build(development)ember build --environment production(production)