Cookiecutter Template for generating a basic C language, GTK and Glade application.
This template is described in this article: http://www.alexbottoni.com/2021/01/15/how-to-create-a-cookiecutter-for-gtk-projects/
The source code is taken from Chapter 4 of "GTK Glade C Programming Tutorial" by Programmer's Notes: GTK+ 3 Glade C Programming Template Files.
To generate a basic GTK3 empty application, just cd into your target directory and run cookiecutter as follows.
cookiecutter https://github.com/alexbottoni/cookiecutter_gtk_glade.git
You will be asked:
- The name of the target directory (default: "gtk_glade_app")
- The name of the main .c file (default: "main")
- The title of the main GTK window (default: "Main Window")
You must have "cookiecutter" installed to perform this action. You can find it here: