Skip to content

Flutter Automata

Compare
Choose a tag to compare
@nikhil-RGB nikhil-RGB released this 20 Mar 10:10
· 43 commits to main since this release
831f8b9

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.