cellular-automata/lib
Unknown de1aa46743 Separate Simulation calculating updates and merging
Simulation updates were one step of calculation and merging the calculations into the map in one function.

Separating the two allows checking for a new update without affecting the grid, allows passing the last Update around and allows custom changes to the grid by passing changes to the merge function that were not derived from the update function.
2018-10-18 10:58:06 +02:00
..
components Add Grid Size Input to Configuration Bar 2018-08-27 23:04:02 +02:00
service Add Grid Size Input to Configuration Bar 2018-08-27 23:04:02 +02:00
src Separate Simulation calculating updates and merging 2018-10-18 10:58:06 +02:00
app_component.css Add Configuration Sidebar with ConfigurationService 2018-08-23 14:12:22 +02:00
app_component.dart Fix Wrong ControlService being provided to Angular 2018-08-27 23:02:48 +02:00
app_component.html Add Configuration Sidebar with ConfigurationService 2018-08-23 14:12:22 +02:00