mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2026-01-01 12:33:42 +01:00
9 lines
367 B
Markdown
9 lines
367 B
Markdown
This is a Conway's Game Of life clone created using Python, Arcade, Pyglet and compute shaders.
|
|
|
|
Features:
|
|
- Really fast because computation happens on the GPU and data grid stays within GPU
|
|
- .rle, Life 1.05, Life 1.06 loading support
|
|
- .rle export support
|
|
- Discord RPC
|
|
- Basic Controller Support
|
|
- GPLv3 License, so you can use my code in your open source project! |