Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 882 Bytes

GoQt

Golang bindings to the Qt cross-platform application framework.

What is GoQt

GoQt is a GUI toolkit for the Go programming language. It allows Go programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Golang extension module (cgo code) that wraps the popular Qt cross platform GUI library, which is written in C++.

Like Golang and Qt, GoQt is Open Source. The Golang extension module(cgo code) under the BSD license. The C++ bindings library under the LGPL license.

GoQt is a cross-platform toolkit. Currently supported platforms are Microsoft Windows (x86), Linux (x86) and Macintosh OS X.

Website