Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ayebear

Pages: [1]
1
SFML projects / Re: Cells - Cellular Automaton Program
« on: May 30, 2014, 11:30:04 pm »
Thanks, I really appreciate it!

Do you remember if you were using a replicator rule set for that?

2
SFML projects / Cells - Cellular Automaton Program
« on: May 30, 2014, 04:58:25 am »
I wrote a program called "Cells" in C++ using SFML 2.1. It is a cellular automaton program, and was inspired by Conway's Game of Life. The interesting thing about it is that it supports custom rule sets, which change how the states of the cells are determined. It is also completely interactive, so you can change the states of the cells on or off by clicking and dragging with your mouse (even while it is simulating). There is a GUI to control various settings, such as the rules (which can be entered by the string format or by left/right clicking the states of the table). You can also save/load the board, record screenshots, change the color palettes, and copy/paste.

You can read about more features, check out the source code, or download a build here:
https://github.com/ayebear/Cells

A screenshot of the program after some scribbling:


Another screenshot of a different rule set, with different colors, and zoomed in to see the grid:


I hope this program is useful and/or fun, and I welcome any criticism/feedback.

Pages: [1]
anything