-
Notifications
You must be signed in to change notification settings - Fork 43
Tools used
vmagnin edited this page May 9, 2022
·
7 revisions
A lot of great tools, most of them free software, are used in this project:
- GTK of course...
- The compiler GNU Fortran (gfortran) and the Intel® Fortran Compiler (ifx).
- Scripting languages: Python, Perl, GNU Bash.
- To test regular expressions: regexxer. See also the Pythex online Python regular expression editor.
- Code checkers: Pylint, ShellCheck.
- git, the fast version control system.
- CMake, the cross-platform, open-source build system.
- GNU Make, pkg-config.
- fpm, the Fortran Package Manager.
- PLplot.
- VirtualBox with OSBoxes virtual machines.
- Linux Ubuntu, Fedora, FreeBSD...
- MSYS2 and Windows, macOS.
- Meld: a visual diff and merge tool.
- Scrot: a command line screen capturing tool.
- The video tutorial was made using recordMyDesktop, Kdenlive and eSpeak NG with a MBROLA voice.
- The Diátaxis framework to organize the wiki documentation.
- 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