namark b6b0dce5a6 Don't complain about missing compiler flag files. | 8 mesiacov pred | |
---|---|---|
docs | 4 rokov pred | |
source | 8 mesiacov pred | |
tools | 4 rokov pred | |
.gitignore | 9 mesiacov pred | |
COPYRIGHT | 9 mesiacov pred | |
LICENSE | 4 rokov pred | |
Makefile | 8 mesiacov pred | |
README.md | 4 rokov pred |
Multi-threaded game of life with 8 generation history (current + 7 generations back).
TODO
Mouse : draw living cells.
Enter/Return : toggle life at ~60 generation per second.
Right Arrow : step forward one generation.
Left Arrow : step backward one generation.
+ : zoom in
- : zoom out
~ : fill the screen at random
Backspace : clear the screen
Shift+R : start/stop recording, when recording is stopped, it'll take some time to render it to a file, frames being played back at the rate of video encoding
Escape : stop the rendering process (video until that point still saved)
Positional:
Below are build instructions for GNU systems (including cygwin on Windows), primarily using make
. If that does not suit your needs it should not be hard to set this project up with your favorite build system/IDE. See the dependencies in the next section.
Basic setup
Compile and run
More on some of these makeshift tools
libsdl2
libsimple_graphical
libsimple_interactive
libsimple_musical
libsimple_geom
libsimple_support
libsimple_file
libsimple_sdlcore
cpp_tools
Optional:
libtheora
libogg
The SDL2 headers are expected to be in a directory named SDL2. libsimple are all static libraries. cpp_tools is only necessary for building with GNU make as outlined in the previous section.
There are also source archives in releases, which have all the simple libraries included, so using that you won't have to individually setup those.
COPYRIGHT and LICENSE apply to all the files in this repository unless otherwise noted in the files themselves.