IUP for Zig

January 12, 2024 ยท View on GitHub

Lines of code GitHub code size in bytes made with Zig made with Zig

WIP Work in Progress

A Zig language idiomatic and type-checked bindings for IUP Portable User Interface Toolkit

Button example

Creates four buttons. The first uses images, the second turns the first on and off, the third exits the application and the last does nothing.

Source code: button_example.zig.

Type zig build button to run this example.

Converted from original example in C https://tecgraf.puc-rio.br/iup/examples/C/button.c

Screenshots

Windows Classic

Button Windows

Ubuntu

Button Ubuntu