Skip to content

MrXiaoZ/qml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QML support for the Go language

This is an ALPHA release

This package is in an alpha stage, and still in heavy development. APIs may change, and things may break.

At this time contributors and developers that are interested in tracking the development closely are encouraged to use it. If you'd prefer a more stable release, please hold on a bit and subscribe to the mailing list for news. It's in a pretty good state, so it shall not take too long.

Demo

See this video for a quick introduction.

Community

Please join the mailing list for following relevant development news and discussing project details.

API documentation

The API documentation is available in the usual location.

Requirements

To try the alpha release, you'll need:

  • Go 1.2 (in development), for the C++ support of go build
  • The current Ubuntu SDK, or equivalent Qt libraries
  • Packages qtbase5-private-dev and qtdeclarative5-private-dev or equivalent header files, for the dynamic meta object support

In practice, if you are in Ubuntu, this should work for the Qt dependencies:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install ubuntu-sdk qtbase5-private-dev qtdeclarative5-private-dev

For installing Go 1.2 from sources, check the Go documentation.

Installation

Once the requirements above are satisfied, go get should work as usual:

go get github.com/niemeyer/qml

About

QML support for the Go language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published