SkillAgentSearch skills...

Ziggtk

Sample GTK+ applications in the zig programming language

Install / Use

/learn @Swoogan/Ziggtk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ZIG GTK+

Sample "hello world" GTK+ applications in zig. Based on the examples at GTK+ Getting Started

There are three applications:

  1. manual: uses the in-code method of defining the UI
  2. builder: uses the 'builder.ui' file to define the UI.
  3. embedded: uses the 'builder.ui' file to define the UI, but embeds the text into the application at compile time

Build

Ensure libgtk3 development headers are installed (ex: libgtk-3-dev). Tested with zig v0.12.0 & v0.13.0 on Ubuntu 24.04.

zig build

Run

zig build manual
zig build builder
zig build embedded
View on GitHub
GitHub Stars72
CategoryDevelopment
Updated4mo ago
Forks4

Languages

Zig

Security Score

77/100

Audited on Nov 25, 2025

No findings