Pan-Maciek / game-of-life

Super fast Simple Conway's game of life!

Home Page:https://protected-anchorage-22446.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}
/>

About

Super fast Simple Conway's game of life!

https://protected-anchorage-22446.herokuapp.com/

License:MIT License


Languages

Language:TypeScript 77.0%Language:GLSL 21.3%Language:HTML 1.5%Language:SCSS 0.3%