Skip to content

nim-lang/iup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages