Skip to content

r0123r/go-iup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for GO-IUP

GO-IUP is a IUP golang binding https://github.com/r0123r/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.

Build

Рядом с каталогом go-iup создать libs/cd,libs/iup,libs/im - в них распаковать архивы сборок библиотек

  • cd-5.14_Win64_dllw6_lib.zip
  • im-3.15_Win64_dllw6_lib.zip
  • iup-3.30_Win64_dllw6_lib.zip

Exec

Добавить в %PATH% пути к библотекам или скопировать *.dll в папку запуска

About

IUP golang binding

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 78.7%
  • C 10.8%
  • Lua 10.4%
  • Makefile 0.1%