← Back to team overview

ubuntu-phone team mailing list archive

Re: Go + QML on Ubuntu Touch

 

On Tue, Sep 24, 2013 at 5:54 PM, Robert Park <robert.park@xxxxxxxxxxxxx> wrote:
> Nice video!

Thanks!

> So what I'm seeing here is a user-facing QML app written in Go. Is it
> also possible to write QML components with go (eg, at the SDK level)
> and then export those components for QML apps to use?

We can write new QML types in Go in a very convenient way, and use
them from within QML code (I'll write a post about it), but since the
code is written in Go, we'll need a Go application driving the QML
code to have these types available.

> (I might need to write some reusable QML components soon and I'd
> rather use Go than C++ ;-)

+1. :-)


gustavo @ http://niemeyer.net


References