Skip to content

alexbottoni/cookiecutter_gtk_glade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

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:

  1. The name of the target directory (default: "gtk_glade_app")
  2. The name of the main .c file (default: "main")
  3. The title of the main GTK window (default: "Main Window")

You must have "cookiecutter" installed to perform this action. You can find it here:

Cookiecutter at GitHub

About

Basic Cookiecutter template for creating a C Languace, GTK3, Glade application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published