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 the Grid System to a Web Worker #27

Closed sholloway closed 4 years ago

sholloway commented 4 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.