-
Notifications
You must be signed in to change notification settings - Fork 43
Explanation
vmagnin edited this page May 16, 2022
·
9 revisions
Our explanation section will bring you a deeper understanding of gtk-fortran: where it came from, its architecture, how the Fortran interfaces for GTK are generated, what are the limits of gtk-fortran, where it goes, etc.
- 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