BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Remove cmdcls, let any layer have commands, and call them from model #91

Open mikofski opened 7 years ago

mikofski commented 7 years ago

Stop treating simulation as a special command class. Let any layer, like data, have commands. Make all commands from model. Don't pass model to simulation, just necessary registries.