├── .gitignore ├── LICENCE ├── README.md ├── smoothlife.fs ├── smoothlife_gpu.c └── smoothlife_term.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsoding/SmoothLife/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsoding/SmoothLife/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsoding/SmoothLife/HEAD/README.md -------------------------------------------------------------------------------- /smoothlife.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsoding/SmoothLife/HEAD/smoothlife.fs -------------------------------------------------------------------------------- /smoothlife_gpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsoding/SmoothLife/HEAD/smoothlife_gpu.c -------------------------------------------------------------------------------- /smoothlife_term.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsoding/SmoothLife/HEAD/smoothlife_term.c --------------------------------------------------------------------------------