The 26.04 release of MFIX-Exa includes the first public release of a graphical user interface (GUI). Here’s a screenshot (showing the optional dark mode):
The code is in the gui subdirectory of the mfix-exa distribution. To run it:
$ tar xfz mfix-exa.26.04.tgz
$ cd mfix-exa/gui
$ ./setup_and_run.sh
setup_and_run.sh will install the needed libraries. After you have done this once,
run.sh is sufficient.
This is a new project, still under active development, and there may be some bugs or misbehaviors. It will always back up your files before saving (currently using a numbered backup system, we may move to a version control scheme like Git), so it is safe to use.
User feedback is welcome, including problem reports, new feature suggestions, etc.
– Charles
