Earlier quoted context omitted.
JUCE seems interesting. What kind of difference in executable size are we talking about, approximately?
Pretty big. If you want to use LGPL Qt you need to dynamically link, so deploying will get you around 20 MB of libraries. You can do a command line JUCE app in a few hundred KB, or a GUI app in not much more.
Qt 5.6.0 released
41–50 of 112 posts
Re: Qt 5.6.0 released
#42Re: Qt 5.6.0 released
#43Looks like Vulkan support didn't make it to this release. https://blog.qt.io/blog/2016/02/16/the-qt-company-joins-khro...
Re: Qt 5.6.0 released
#44I've used Qt many years ago (2007) and I liked the experience, but I had to move away from it because our company decided to go native on all fronts.. For internal tools/prototypes I was using JUCE for my UI needs, which is much smaller in scale that Qt, but it produced very slim executables, was fast and good enough for my needs (plus I loved the API). I still think this a great framework for small UIs and tools, es…
Can I use the new fancy compiler stuff like Lambdas with QT? Does it still require a meta compiler?
Re: Qt 5.6.0 released
#45Qt is easily the best cross-platform UI kit that I have used, especially in combination with Python, which turns it into THE rapid prototyping tool. For my research I used PyQt/PySide to build lots of UI components for controlling my lab equipment, visualizing my data and running code in an interactive way. While doing this kind of thing using a native toolkit (MFC, GTK) would have been possible, it would probably ha…
> For my research I used PyQt/PySide to build lots of UI components for controlling my lab equipment, visualizing my data and running code in an interactive way. While doing this kind of thing using a native toolkit (MFC, GTK) would have been possible, it would probably have been much difficult and time-consuming. Neat. What kind of equipment were you controlling with? Is any of your code available? (I'm doing the sa…
Re: Qt 5.6.0 released
#46But what I really appreciate about Qt is the entire system was designed from the ground up by grownups who understand how to deploy software and have it last for over a decade. most of the frameworks today feel like they were developed by kids with little experience to solve limited problems now ,and then fall over as they evolve into something more complex.
Re: Qt 5.6.0 released
#47Looks like Vulkan support didn't make it to this release. https://blog.qt.io/blog/2016/02/16/the-qt-company-joins-khro...
Re: Qt 5.6.0 released
#48(Eng. background and software dev full time)
Re: Qt 5.6.0 released
#49Re: Qt 5.6.0 released
#50Only one question: what changed in the License? Each version of Qt since 4.0 has been getting progressively away from open source.