emreture / hello-gtk3

Some gtk examples in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello GTK

This repository contains some GTK programs written in C language which are based on examples from the book An Introduction to C & GUI Programming, 2nd Edition by Simon LONG.

.vscode directory includes the configuration file to work with Visual Studio Code under WSL.

To build

mkdir build
cd build
cmake ..
make all

License

See the LICENSE file for license rights and limitations (MIT).

About

Some gtk examples in C.

License:MIT License


Languages

Language:C 89.7%Language:CMake 10.3%