@@ -22,6 +22,7 @@ Features
22
22
* Simulation
23
23
* Simulation speed can be finely adjusted
24
24
* Play/pause, clear, and random buttons
25
+ * Can automatically save generations to image files
25
26
* Tools
26
27
* Paint/duplicate/simulate/toroidal
27
28
* Customizable rule sets
@@ -42,15 +43,17 @@ Features
42
43
### Future plans
43
44
44
45
#### Planned for v0.5.x:
45
- * Add a feature for automatically saving screenshots of each generation
46
46
* Make a slider for changing simulation speed
47
- * Allow editing the colors using the GUI
48
- * Add more polish:
49
- * Improve selection boxes
50
- * Add icons to buttons, possibly remove their text
51
- * Restrict zooming/panning so you don't end up somewhere that you don't see anything
52
- * Have a full-screen mode (togglable on runtime)
53
- * Have "smooth" zooming
47
+ * Get rid of the 3 speed buttons
48
+ * Use a list box instead of buttons for the colors
49
+ * This way you could have any amount of color palettes and could scroll through them
50
+ * Improve selection boxes (so they don't move after resizing them)
51
+ * Add icons to buttons, possibly remove their text
52
+ * Restrict panning so you don't end up somewhere that you don't see anything
53
+ * Have a full-screen mode (togglable on runtime, would need to re-create the window)
54
+ * Have "smooth" zooming, so it zooms over a short period of time instead of instantly
55
+ * Add some kind of list box or dropdown that shows all of the preset rules and their names
56
+ * Will need to update the config to have the names of the rules
54
57
55
58
#### Planned for future releases:
56
59
* Figure out a way to have a completely dynamic board size so that everything is unlimited
0 commit comments