GLib

graphics, cpp

learn GNOME | GLib

see main.c

Prerequisites

brew install cmake
brew install glib
brew install pkg-config

Build and Run

mkdir -p build && cd build
cmake .. && make

# run
./glib-playground

output

Resources