From 97d406f2ff264f5f26dcd25bfca39e7f172dfb92 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 2 Aug 2023 13:53:31 -0400 Subject: [PATCH] update TODO list with some new ideas --- tools/lammps-gui/TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/lammps-gui/TODO.md b/tools/lammps-gui/TODO.md index 9db35a3fe6..15479066a9 100644 --- a/tools/lammps-gui/TODO.md +++ b/tools/lammps-gui/TODO.md @@ -13,6 +13,9 @@ LAMMPS-GUI TODO list: - add list of 5(?) most recently opened/saved files to file dialog (and also write to settings state on exit) (note: must store full path!) # Long term ideas +- write a "wizard" dialog that can be used for beginners to create an input file template for a few typical use scenarios +- use the "lammps_get_last_thermo" function to get access to thermodynamic data during a run and add plot/graph dialog that can plot one or more of those graphs while the simulation is still running +- possibly also implement a callback interface, so that external programs can be called after thermo data is updated. - support single stepping, i.e. process input line by line (need to detect continuation chars!) with highlighting active line(s) - have command text input file in/above status bar where individual commands can be tested. have insert button to copy line into file at the current point - support text completion as done with lammps-shell