Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eoinsha/gol_ex
- Owner: eoinsha
- Created: 2015-06-08T08:58:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T20:54:46.000Z (over 9 years ago)
- Last Synced: 2024-04-13T16:08:06.953Z (9 months ago)
- Language: CSS
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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