cellular-automata/lib
Unknown 71f4df85af Refactor Simulation to be List of dumb cells
Cells are now only an empty struct, they carry no information beyond needing to be re-rendered. All Simulation logic is handled in the Simulation Class.
2018-10-15 17:28:09 +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 Refactor Simulation to be List of dumb cells 2018-10-15 17:28:09 +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