-
Create multiple universes.
-
Static & empty universes are deleted automatically.
-
Merge all universes into one.
-
Configurable fps.
-
Full reset.
-
Stream updates to clients via websockets.
-
Render updates in the browser as canvas.
-
Concurrent evolution of each universe (spawn a virtual thread per universe).
go mod tidy
go run cmd/main.go
- Rendering in the browser is inefficient -> generate a video on the server side and stream it to the browser.