Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 996 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 996 Bytes

Conway's Glimmer of Life

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/trentmwillis/glimmer-of-life
  • cd glimmer-of-life
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links