You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Flutter Automata
Description:
An app to view 2D cellular automatons of upto 70 * 70 (4900 cells).
First release, will be improved overtime.
Current automaton logic required heavy optimization, and I am working on this- I am unsure of whether the automation logic should be
done on a seperate isolate or should be an asynchronous process- it is currently the latter.
The "Change color scheme feature" has not been implemented yet, future releases will add this.
Please keep in mind that grid above 50*50(2500 cells) gradually cause the app to have "janky performance".
This will be fixed in the future.
Default rules are (2,5,3)[Lower bound, Upper Bound, Ressurection Bound]-->These can be changed via the menu.