/game-of-life

Super fast Simple Conway's game of life!

Primary LanguageTypeScriptMIT LicenseMIT

game-of-life

Extremely fast GPU accelerated game of life React component!

Project inspired by xpl/expression

image

<Canvas
  width={renderingWidth}
  height={renderingHeight}
  config={{
    width: mapSize,
    height: mapSize
  }}
  running={true}
  rules={[Rule.Die, Rule.Die, Rule.Keep, Rule.Spawn, Rule.Die, Rule.Die, Rule.Die, Rule.Keep, Rule.Die]}
  hue={hue}
/>