amlwwalker / got-qt

A framework for building cross platform GUI interfaces in Go and QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you want to help... (Todos...)

amlwwalker opened this issue · comments

Putting together a list of things that could do with doing and aren't yet.

  • Test on iphone, document the build and development process. It won't work completely yet on iphone
  • Sort out app icon (perhaps a script) for each platform (icon is platform dependant) see here
  • Make a top level qml file, that is totally seperate from all app specific qml. When the hotloader is running it runs this qml file as the root, but when compiled it skips it. Abstracts away specific qml to handle the hotloading
  • Document bundling assets into the final application (for instance a config.js). It needs to be bundled in and then the path to that content worked out. Currently I am compiling these files into my applications (using packr or qrcc). See here

Will be adding soon:

  • Notification handling for Android/Desktop
  • Custom file browsers for cross platform situations
  • Way to handle opening files with the default application on android