Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eoinsha/gol_ex

Concurrent Conway's Game of Life in Elixir
https://github.com/eoinsha/gol_ex

Last synced: 15 days ago
JSON representation

Concurrent Conway's Game of Life in Elixir

Awesome Lists containing this project

README

        

# GolEx

Concurrent Conway's Game of Life in Elixir - A simple demonstration of Elixir concurrency and Phoenix channels.

- Uses Phoenix Channels to send individual cell state changes for HTML5 canvas rendering
- Single Elixir process per cell (2.5K processes by default)
- Cells communicate their state to their neighbours only