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

Adopt WebGL #38

Open sholloway opened 4 years ago

sholloway commented 4 years ago

The current rendering solution leverages the HTMLCanvas 2D rendering context. I'd like the app to support selecting Canvas vs WebGL. Additionally, I'd like the WebGL to look engaging in ways that aren't possible with the Canvas @D API.

Tasks

Shader Wishlist