Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nim-lang/iup
iup wrapper for Nim. Used to be part of the stdlib, now a Nimble package.
https://github.com/nim-lang/iup
Last synced: 3 months ago
JSON representation
iup wrapper for Nim. Used to be part of the stdlib, now a Nimble package.
- Host: GitHub
- URL: https://github.com/nim-lang/iup
- Owner: nim-lang
- License: mit
- Created: 2015-10-15T06:58:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T12:50:28.000Z (about 3 years ago)
- Last Synced: 2024-05-12T10:35:33.898Z (6 months ago)
- Language: Nim
- Size: 29.3 KB
- Stars: 48
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron-alternatives - iup
- awesome-nim - iup - Wrapper for IUP. Beginnings of what might become Nim's official UI library. (User Interface / GUI)
README
# IUP wrapper
This is a nim wrapper for the [IUP](http://webserver2.tecgraf.puc-rio.br/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](http://semver.org/) 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 nimblenimble install iup
## Documentation
Please visit the [IUP documentation](http://webserver2.tecgraf.puc-rio.br/iup/) 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](http://webserver2.tecgraf.puc-rio.br/iup/examples/C/).