|
|
|
|
|
by stevelaz
4287 days ago
|
|
This++
I've used Qt for desktop apps as well as apps on Embedded Linux. I've even used it with a Lua wrapper API that made development even easier.
Is it a bit bloated? Yes. But unless you are very constrained for memory and flash space it should fit in your embedded system. They also have a way for you to select which components you want to compile for your target, allowing you to control how much of the bloat you actually use. :) tldr; I like Qt, and I'll use it again. |
|