cellular-automata/lib
Unknown 8db9cd6ff1 Move Simulation Accesses to Simulation Class
Everything has been refactored away from engine, which now only controls updating & rendering within a specific timestep. (As well as stepping forward by calling a single update)

Everything regarding grids, patterns and cells has been moved into the simulation and the Services have been updated to reflect that.
2018-10-18 15:21:50 +02:00
..
components Move Render Methods into SimulationService 2018-10-18 14:52:03 +02:00
service Move Simulation Accesses to Simulation Class 2018-10-18 15:21:50 +02:00
src Move Simulation Accesses to Simulation Class 2018-10-18 15:21:50 +02:00
app_component.css Add Configuration Sidebar with ConfigurationService 2018-08-23 14:12:22 +02:00
app_component.dart Remove ConfigurationService 2018-10-18 14:23:07 +02:00
app_component.html Add Configuration Sidebar with ConfigurationService 2018-08-23 14:12:22 +02:00