Skip to content

Phoenix

Latest
Compare
Choose a tag to compare
@kghose kghose released this 25 Jun 03:00
· 18 commits to stable since this release

Groho 2020.06.24 screenshot

This is a rebirth of the program, hence this name. Differences to the last release are huge

  1. 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.
  2. 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.