Fortran Creating a Graphical Interface for FORTRAN Programs: Tips and Tools

  • Thread starter Thread starter minger
  • Start date Start date
  • Tags Tags
    Fortran Interface
Click For Summary
The discussion centers on developing a program in FORTRAN that requires basic graphical functionality, including loading and displaying an image, capturing click coordinates, drawing lines between points, and outputting results. The original poster is proficient in FORTRAN but lacks experience with graphical user interfaces (GUIs). Suggestions include considering mixed-language programming, particularly using Java for its GUI capabilities, as it may simplify the process of handling images and drawing. The poster expresses a preference to avoid learning a new language and inquires about experiences with graphical libraries like PGPLOT or PLPLOT, which could potentially meet their needs without the overhead of a complete GUI framework.
minger
Science Advisor
Messages
1,494
Reaction score
2
Hi guys, I am fairly competent at programming scientific FORTRAN programs (from the CFD world). A friend of mine asked me to help him develop a program which he says will help him in his profession greatly. The backend calculations are incredibly easy. However, what I need to do is this:

1) Load or link to an image
2) Display image in window
3) Click points on image
4) Send point coordinates to subroutine
5) Draw lines between points
6) Display results in windows, hell even a simple output file would probably suffice

Anyways, what I have no idea how to do is the graphical stuff. Can anyone direct me to some references on what I might be able to use for this. I don't need to manipulate the image, only basically draw points on top of it.

Thanks,
 
Technology news on Phys.org
I don't know anyone that's ever bothered to make Fortran look pretty with a GUI in Fortran. Have you thought about doing mixed language? It's pretty easy to do a GUI and images with Java. I haven't done mixed language with Java (though I've done C++ and Fortran) but I have made a GUI in it and it didn't take too long to learn how to do it.

Via a quick google: http://www.math.ucla.edu/~anderson/JAVAclass/JavaInterface/JavaInterface.html
 
It's not necessarily about making a GUI...well I guess it is. The problem is that he needs to be able to pull up a picture, and then draw lines on it. It doesn't have to be pretty, I really just need to be able to insert a picture into a window, then insert points and havelines drawn between them.

I will take a look at Java, but ideally I'd like to not have to learn another new language. Does anyone have any experience with something like PGPLOT, or PLPLOT?
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 13 ·
Replies
13
Views
6K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
9K