1
0
Fork
You've already forked smoothlife
0
"Conway's game of life" generalized to a continuous domain.
  • C 96.7%
  • Makefile 3.3%
Find a file
2022年05月12日 20:52:19 -05:00
.gitignore clean up tempfiles 2022年05月04日 18:01:56 -04:00
main.c update README 2022年05月12日 20:52:19 -05:00
Makefile speed it up 2022年05月08日 14:20:58 -04:00
README.md update README 2022年05月12日 20:52:19 -05:00

Smoothlife

Smoothlife is a generalization of Conway's game of life to a continuous domain (in time as well as space).

If you're interested in how it works, here are some resources that were helpful to me:

To run this program, you'll need FFTW and SDL 2.0. Once you have the dependencies, just make && ./ca.

If you want to play around with different configurations, you should mess with the #defines at the top of main.c.