Disco

Results 4 issues of Disco

* Refactored date/time pickers to new view and updated control of state with new enum, allowing animations of picker view transitions to be handled precisely with new function setPickerState. *...

do not merge
feedback: SwiftUI

# Introducing VortexSettings This change extracts the system wide parameters of a vortex system into its own struct, referenced from within the VortexSystem by the new variable `settings`. Doing the...

This commit looks large, but is essentially just an abstraction of the configuration settings from the VortexSystem into it's own Settings class, with those properties replaced in VortexSystem with a...

# VortexSystem.Settings [ ] Removed the configuration settings from the VortexSystem, so that the system class is now solely responsible for drawing. [ ] Eliminated the need to ever use...