← Back to team overview

ubuntu-phone team mailing list archive

Re: Go + QML on Ubuntu Touch

 

On Wed, Sep 25, 2013 at 5:34 AM, Michael Zanetti
<michael.zanetti@xxxxxxxxxxxxx> wrote:
> Can you explain a bit more about this? I don't really see how this video is
> related to Go. It just shows the QML particle effect and a MouseArea with

Please see the prior demo. It covers a bit more about the Go
integration, and it's the same code:

    http://youtu.be/FVQlMrPa7lI

> The interesting question is really: How do you bind properties from your Go
> objects to the QML context?

It already works, it is part of that demo, and it was actually
mentioned in the demo linked above.

> I don't think you can write the full QML plugin in Go. You gotta have at
> least the public API in Qt. From within there you probably can invoke your

We can easily write QML types in Go, and it works right now. What we
cannot do is use Go types without Go.


gustavo @ http://niemeyer.net


Follow ups

References