FortranCon2020 [SP]: gtk-fortran: a GTK / Fortran binding

preview_player
Показать описание

GTK being a collection of libraries (GTK, Pango, GDK, ATK, Cairo, GdkPixbuf, GLib...), a python script parses the hundreds of GTK header files and generates around 10000 Fortran / C interfaces. A supplementary High Level library can ease programming, and PLplot can also be used in gtk-fortran. The user can learn to create Graphical User Interfaces using its wiki documentation and the commented Fortran examples.

We will finally speak of the new GTK 4 development branch, our objective being to be ready for the release of that next major version around the end of the year. We will also present some ideas for the future and a SWOT analysis of the project.

Vincent Magnin, Univ. Lille, CNRS, Lille, France.
James TAPPIN, RAL Space, STFC Rutherford Appleton Laboratory, Harwell Campus, Didcot,Oxfordshire OX11 0QX, United Kingdom
Jens HUNGER, Technische Universität Dresden, Department of Chemistry and Food Chemistry, Dresden, Germany
Jerry DeLisle, GFortran Team, USA

Рекомендации по теме
Комментарии
Автор

2022-04-24: release of gtk-fortran 4.2.1, with interfaces to GTK 4.6.2 and GLib 2.72.1.
- It can now be used as a Fortran Package Manager fpm dependency.
- Also available on conda-forge (gtk-4-fortran package).
- The wiki documentation has also been entirely refactored to help users learn gtk-fortran and GTK.

materiauxpolytechlille
Автор

Thank you very much for all this explanataion, i wanted to know if possible if it is possible to install this gtk-fortran on windows

KZT