sholloway / cells

A Javascript module for simulating Conway's Game of Life in a browser."
https://samuelholloway.com/cells
MIT License
1 stars 0 forks source link

Migrate AltLifeSystem to a Web Worker #28

Closed sholloway closed 4 years ago

sholloway commented 5 years ago

Split the Grid System into two pieces. The main thread will have to render it, as a HTMLCanvasRender cannot be run in a web worker. A web worker shall be responsible for building up the scene.

There are multiple challenges with this.

Consider: