| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-17 | fix #75 by computing evolution during frameRender | Brianna Rainey | |
| instead of pre-computing the entire evolution during preFrameRender, it creates 60 ticks' worth of grid data at a time during the rendering process, deleting old data as it goes. This works with the current render process and should still work if the render process changes, as long as render threads don't become extremely de-synchronized (which would probably be an issue anyway) | |||
| 2023-02-17 | ignore cells that are 40+ coords out of frame | Brianna Rainey | |
| 2023-02-17 | Add comments to Life component | Brianna Rainey | |
| added comments to preFrameRender and gridForTick methods | |||
| 2022-05-07 | Fix drawing of "peace" shape. Rename a shape to pie | tassaron | |
| 2022-05-07 | Add initial state to the grid - a Queen Bee Shuttle | tassaron | |
| I chose this one because it repeats forever, so the user gets a useable default setting for any length of video they want to make | |||
| 2022-04-22 | make pip-installable as a package | tassaron | |
| 2017-08-27 | undoable Life component grid actions | tassaron | |
| 2017-08-20 | don't merge undos when setting text with a button | tassaron | |
| plus changes to life.py for pep8 compliance | |||
| 2017-08-20 | relative widgets scale properly when undoing at different resolutions | tassaron | |
| 2017-08-19 | fixed issues with undoing relative widgets | tassaron | |
| 2017-08-13 | graceful renderNode crash, code clean-up | tassaron | |
| 2017-08-11 | why did I use a dict here? | tassaron | |
| 2017-08-10 | Life comp shift buttons and Show Grid option | tassaron | |
| 2017-08-10 | fixed relative image scale bug & Life preset bug | tassaron | |
| dicts must be alphabetized in AV files | |||
| 2017-08-10 | added connected path shape to Life | tassaron | |
| 2017-08-10 | more shapes and custom image option for Life | tassaron | |
| 2017-08-09 | Conway's Game of Life component | tassaron | |
