Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.13 KB

simple_notepad.md

File metadata and controls

32 lines (19 loc) · 1.13 KB

IUP for Zig

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

Simple Notepad (in progress)

A simple, but fully featured Notepad application using lots of IUP resources.

Source code: notepad_example.zig.

Type zig build run to run this example.

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

See the excellent IUP tutorial for a guided step-by-step explanation.

Screenshots

Windows Classic

Simple Notepad Windows

Ubuntu

Simple Notepad Ubuntu