SkillAgentSearch skills...

Iup

iup wrapper for Nim. Used to be part of the stdlib, now a Nimble package.

Install / Use

/learn @nim-lang/Iup
About this skill

Quality Score

0/100

Supported Platforms

Universal

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.

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated1mo ago
Forks12

Languages

Nim

Security Score

95/100

Audited on Feb 8, 2026

No findings