Skip to content

Releases: ayebear/cells

Cells v0.5.0 Beta

30 May 02:29
Compare
Choose a tag to compare
Cells v0.5.0 Beta Pre-release
Pre-release
  • Added visual grid to make drawing easier
  • Added automatic screenshot recording feature
  • Copying and pasting now preserves colors
  • Added configurable zoom restrictions
  • Fixed bug with switching tools
  • Other minor improvements and fixes

Cells v0.4.1 Alpha

14 Apr 16:03
Compare
Choose a tag to compare
Cells v0.4.1 Alpha Pre-release
Pre-release
  • Added tool buttons to the GUI
  • Fixed some minor bugs with the GUI
  • Changed normal buttons to sticky buttons for colors, play/pause (toggle), and tools
  • Current tool and size are saved in config file
  • Fixed InputBox bug with not always scrolling text
  • Updated readme
  • Other minor fixes/improvements

Cells v0.4.0 Alpha

11 Apr 04:07
Compare
Choose a tag to compare
Cells v0.4.0 Alpha Pre-release
Pre-release

Added GUI for changing settings while the program is running.
Can change the rules by changing the states on the rule grid, or by entering in a rule string. Both of these instantly sync together, as well as applying the rules to the board being simulated.
The board can be loaded from/saved to any filename.
The board can be set to any size that your graphics card supports.
There are a few preset colors, these can be configured in the config file.
The colors can be set to reverse order.
The simulation speed can be changed to any number of generations per second, currently with just an inputbox, but I will add a slider in the future.
You can play/pause/clear/randomize the board with buttons.
Added more things to the config file.
Improved/fixed many other things.

Cells v0.3.0 Alpha

20 Mar 16:53
Compare
Choose a tag to compare
Cells v0.3.0 Alpha Pre-release
Pre-release

New features in this version:

  • Has multiple new tools
    • Paint, copy/paste, simulate, toroidal simulate
    • Can switch between these with number keys or ctrl + mouse wheel
  • Supports selections on all tools
    • Ctrl + left click to free-form select
    • Ctrl + right click to square select
  • Supports a customizable color palette
    • The cells change color based on the number of generations they stay alive
  • Made many other improvements and fixed some bugs

v0.4 is planned to have a GUI for customizing options.