A
A
alxrv2015-09-17 17:44:36
Fortran
alxrv, 2015-09-17 17:44:36

How to make an interface to a console program?

Good day!
There is a certain Fortran program that is configured from *.ini files and outputs data to text files, it is launched from the console.
Can you please tell me the easiest way to make a graphical interface for it on Linux (ubuntu 14 lts)?
in the interface, you need to accept data from the user, run the program, read the result from the file and build a couple of graphs

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Martyanov, 2015-09-17
@alxrv

Qt for example. Built-in INI support is available.

R
Roman Mirilaczvili, 2015-09-17
@2ord

The task is to run the Fortran program, parse the file, and display graphs.
In this case, the choice is wide.
To build the interface , you can take any widget toolkits such as Java solutions, Clutter library, Glade (XML) / Gtk+, IUP, Tk, and even make your own solution based on the browser with HTML + JS.
For plotting : Gnuplot, GtkGraph , GtkPlot + others

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question