iup

Bindings for the IUP widget toolkit

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-22 05:28

Tags

Installation

nimble install iup
choosenim install iup
git clone https://github.com/nim-lang/iup

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
iup - - - - - - -

Source

Repository https://github.com/nim-lang/iup
Homepage https://github.com/nim-lang/iup
Registry Source nimble_official

README

IUP wrapper

This is a nim wrapper for the IUP GUI toolkit.

History

The wrapper was originally part of the standard library. This project was created to remove it from the standard library, update it to the latest version of IUP and integrate it with nimble.

Versioning

This library uses semantic versioning with a small modification. The Major and Minor versions of this library will always sync with the major and minor version of IUP. If you are using version 3.16 of IUP then you would use version 3.16.x of this wrapper.

Install

Install nim and nimble

nimble install iup

Documentation

Please visit the IUP documentation for details about the toolkit.

Examples

A few nim-specific examples can be found in the examples/ directory. For more comprehensive examples visit the IUP documentation.