Second iteration of my weather app.
I am overhauling the UI from the ground up and want to add a 3D model (that I made myself in #blender) as a background that changes according to the current weather.
At the moment this is just a prototype just to have an idea of the final layout for the app. It is also capable of calling to the weather API, but the data is being output to the console, but knowing I can retrieve data I can easily connect it to the UI later.
This time I decided to go to town with it.
I am taking my time, working on it evenings and weekends, reading about #qt , devouring the documentation, reviewing #cplusplus basics and learning more about #qml and #designstudio
Going back and forth between Qt Creator and Qt Design Studio has been a pleasant experience so far!