Live data from Hacker News

Viewing profile — therecipe

therecipe

HN member
Joined
Fri, Nov 11, 2016, 2:20 PM UTC
HN karma
207
Public activity
47 items

About therecipe

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #21957199

    repo link: https://github.com/therecipe/entry

  9. story
  10. story
  11. comment
    Comment #18483367

    If you are on mobile, here is the direct link to the repo: https://github.com/therecipe/widgets_playground Sorry, the widgets playground isn't really meant to be used on mobile dev…

  12. story
  13. comment
    Comment #14073173

    I think you can't simply reuse the rpi3 env, but you can use it as a template to how to get this working for the beaglebone black. So you would need to get a cross compiler and the…

  14. comment
    Comment #14073059

    It could probably work, but plugins currently only work on linux.

  15. comment
    Comment #14073020

    The file size depends on the target and what modules you use, for dynamically linked projects I would guess it's around 50mb for an average project. Maybe 20mb more on windows beca…

  16. comment
    Comment #14072843

    thank you :)

  17. comment
    Comment #14072830

    It depends on how much you want to embrace docker. In general you can use this binding without touching docker at all. But if you want, you can use docker in every step of the proc…

  18. comment
  19. comment
    Comment #14069161

    go-qml, like the name suggests allows you to use QML together with Go. This binding allows you to also use Qt's C++ API. And it contains some tools to simplify deployment and devel…

  20. comment
    Comment #14068977

    If Qt supports it, then you can probably get it working with this binding as well.

  21. comment
    Comment #14068952

    yes, the .cpp .h and *.go files are all generated

  22. comment
    Comment #14068941

    it's in the internal package: https://github.com/therecipe/qt/tree/master/internal/binding

  23. comment
  24. comment
  25. comment
    Comment #14068844

    qtdeploy is intended to be used for deploying and therefore will run qtrcc, qtmoc, qtminimal and do the actual bundling of your binary. the -fast flag re-uses the cached rcc_* moc_…