Skip to content
/ hbui Public
forked from gvaronas/HBUI

Portable, lightweight, GUI library for Harbour

License

Notifications You must be signed in to change notification settings

laham/hbui

 
 

Repository files navigation

HBUI

Graphical user interface library for the Harbour compiler, this is a wrapper library around libui, a portable GUI library.

How to get

  • first of all please download Harbour
  • HBUI live source repository

You'll need Git version control software installed on your system, and issue this command:

$ git clone https://github.com/rjopek/hbui

You can get subsequent updates using this command:

$ git pull

How to build

For all systems, use the command:

$ hbmk2 hbui.hbp

To test it, type:

$ cd samples
$ hbmk2 window.prg -run

Sample source code

FUNCTION Main()
  LOCAL oWindow

  oWindow := uiNewWindow( "Main Window", 800, 600, .T. )

  uiControlShow( oWindow )

  uiMain()
  uiUninit()

RETURN NIL

Screenshots

Windows

Windows


GNU/Linux

GNU/Linux


OS X

OS X


With family Unix

With family Unix


License

MIT

Free Software, Hell Yeah! ;-)

All trademarks and company names are used for information purposes only.

About

Portable, lightweight, GUI library for Harbour

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • xBase 0.6%