-
Notifications
You must be signed in to change notification settings - Fork 45
Alternatives to gtk fortran
Vincent Magnin edited this page Apr 26, 2023
·
2 revisions
If gtk-fortran does not fit your needs, there are many other libraries for plotting, drawing, making GUIs in Fortran:
- DISLIN by the Max Planck Institute for Solar System Research.
- GINO
- GrWin Graphics Library
- JAPI (Java Application Programming Interface)
- MATFOR
- ogpf
- PLplot
- Intel Visual Fortran for Windows.
- Winteracter
- LibGD, via the fortran-gdlib bindings.
- ...
See also the Graphics, plotting and user interfaces list of packages on the Fortran-lang site.
- Installation
- My first gtk-fortran application
- Drawing an image in a PNG file (without GUI)
- A program also usable without GUI
- Using Glade3 and gtkf-sketcher (GTK 3)
- Using gtk-fortran as a fpm dependency
- Debugging with GtkInspector
- Learning from examples
- Video tutorials
- How to start my own project from a gtk-fortran example
- git basics
- CMake basics
- Alternatives to CMake
- How to migrate to GTK 4
- How to contribute to gtk-fortran
- How to hack the cfwrapper with other C libraries