Hi Everyone, I need to choose a graphics framework for app development on Linux. Since I know Qt from previous projects it would be a straightforward choice for me but the cost is a huge issue in this project. Any advice for a free and nice framework to use for app development? The requested UI contains some dynamic elements, like graphs, etc. Thanks in advance!
wxWidget is not even an option, because you end up using wxQt: https://github.com/wxWidgets/wxWidgets/issues/23012#issuecomment-1336467022
Among the Qt versions, because Qt 4.x has many bugs, and Qt 6+ removed support for C++11, I use Qt 5.6, which is the last version which allows both LGPL v2.1 and LGPL v3.
Finally there is also Flutter, whcih recently added support for Desktop and Laptop platforms. It's main code language is Dart, but native-code is possible as well.