Skip to content

Simulation Window

Created by: CGingter

The simulation window needs functionality. After talking to Moritz we split it in half and it now contains the values for simulations and also the values for the current project (which is currently only the name).

Currently the values are stored in a gui class which makes no sense now that they can be changed so i will move them back to the project class. Not all of them, only the ones who can be changed by the user. The alternative solution would be a simulation class and if anyone thinks that we would need this i could create it and move the values there.