This is a rebirth of the program, hence this name. Differences to the last release are huge
- Instead of plotting in C++, in one program, we now have a simulator in C++ that simply computes and re-computes the simulation, and a visualizer in Python, that plots and re-plots the simulation. Both are triggered automatically when the input files are changed.
- Much of the internal structure of the C++ code has changed. The most conserved part is the SPK file loading code, though even that has evolved a bit.