cellular-automaton 0.1.10

A cellular automaton simulation library with support for WebAssembly.
Documentation
1
2
3
4
5
6
7
8
9
10
import React from 'react'

const GolemStats = () => (
  <div className='golem-stats'>
    <span>Generations: -</span>
    <span>Speed: - steps/s</span>
  </div>
)

export default GolemStats