mirobeka / cellular-automata

Experiments on lattice
2 stars 0 forks source link

Improve GUI for CA visualization #10

Closed mirobeka closed 11 years ago

mirobeka commented 11 years ago

Add controls to pause, go step back, go step forward, quit and set initial configuration of CA

mirobeka commented 11 years ago

Use some python gui framework to create gui environment for constructing cellular automata with different dimensions, rules and evolutionary strategies.

This gui enables us to run easily many different experiments so we can observe many results, save them and study later.

mirobeka commented 11 years ago

Use Tkinter for GUI. Supports basic GUI elements, events + canvas for drawing grids of graphs (voronoi)