Skip to content

TerrehDactyl/Gui-programming-tutorials-with-C-GTK3-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The code snippets in this repository are all tutorials for C programming using the GTK3.0 library.

All of the code is compiled using gcc inputfilename.c -o outputfilename pkg-config --cflags --libs gtk+-3.0

What do I hope to accomplish?

I want new programmers to be able to easily create their own GUI applications. When learning this myself I felt that the content available for C programming using the GTK3.0 library was very lacking, as such, I feel that if I can help even 1 person to understand this material a little better, then my time has been compensated for.

One thing to note

all methods outlined in these tutorials are manual methods. I will upload future tutorials on using the GTKBuilder method.

About

GTK3 gui programming tutorials using C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published