An open API service indexing awesome lists of open source software.

https://github.com/visualfc/go-iup

IUP golang binding
https://github.com/visualfc/go-iup

Last synced: 10 months ago
JSON representation

IUP golang binding

Awesome Lists containing this project

README

          

README for GO-IUP
GO-IUP is a IUP golang binding
https://github.com/visualfc/go-iup

README for IUP
http://www.tecgraf.puc-rio.br/iup
IUP is a portable toolkit for building graphical user interfaces. It offers a configuration API in three basic languages: C, Lua and LED. IUP's purpose is to allow a program to be executed in different systems without any modification, therefore it is highly portable. Its main advantages are:
* high performance, due to the fact that it uses native interface elements.
* fast learning by the user, due to the simplicity of its API.

Build instructions and usage are available in the IUP documentation.

For complete information, visit IUP's web site at http://www.tecgraf.puc-rio.br/iup
or access its documentation in the HTML folder.

(end of README)