5

I want to develop some application for the Ubuntu platform. But I don't know C++. I can learn QML very easily. The problem is that the logic or process behind the scene in an application seems to use C++. So I thought maybe I should learn Go (another reasons are also there), because it is not as vast as C++, and it can be directly used in QML.

I want to use the standard Ubuntu SDK API in my application. How can I do that using Go? How do I proceed?

Peter Mortensen
  • 933
  • 2
  • 11
  • 17
Rahul Sinha
  • 85
  • 1
  • 9
  • 1
    For anyone who found this question via here, checkout this G+ thread [https://plus.google.com/+RahulSinha58/posts/7qdqE5peh1X] it has a few suggestions/answers. – David Lartey Jan 10 '16 at 04:49
  • Correct Link https://plus.google.com/+RahulSinha58/posts/7qdqE5peh1X – Rahul Sinha Jan 22 '16 at 21:40

1 Answers1

1

You most certainly can: Here's a template with a short tutorial: https://github.com/nikwen/ubuntu-go-qml-template

Or if you want to create scopes, check out: https://developer.ubuntu.com/en/phone/scopes/tutorials/developing-scopes-go/

NeoTheThird
  • 928
  • 9
  • 28