TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introducing the Qt Lite project – Qt for any platform, any thing, any size

102 pointsby aurhumalmost 9 years ago

6 comments

newsat13almost 9 years ago
The amount of editorial in this post is mind blowing. Am I the only one who found it extremely hard (yes, extremely) to sift through all the blurb of text. In the end, I am not even sure what is being released.
评论 #12315455 未加载
评论 #12314909 未加载
评论 #12314741 未加载
评论 #12315417 未加载
n00b101almost 9 years ago
<i>The new configuration system in Qt, allows your define the content you need from each module in much more detail for your project and easily allows for feature based tailoring of the Qt modules. We are starting with enabling this fully for Qt Core, Qt Network, Qt GUI, Qt QML and Qt Quick. You can now fine tune which features from these modules you want to include in your project. There is no longer any need to include unnecessary features.</i><p>To be clear, this potentially reduces binary sizes, but it does not by itself change run-time performance.<p><i>No Open GL Requirement ... The Qt Quick 2D renderer can work in software only, but it is also designed to utilize accelerated 2D operations, for devices that packs a little bit more punch, but still doesn’t have full OpenGL support.</i><p>I wonder what kinds of devices this is intended for? Presumably, they are a very important market for Qt to have implemented this? And these devices have graphics displays but they lack GPUs? What device could that be?<p>CPU software rendering seems like a step backwards for performance. GPUs and OpenGL must be more energy efficient at this task than software rendering, and I would imagine that important embedded devices with graphics displays must all have GPUs or will in the future?<p>I would have thought that &quot;Qt for any platform&quot; would include web browser (WebAssembly &#x2F; Emscripten &#x2F; WebGL) but no such luck. Based on the title, I thought this was going to be some drastic optimization of Qt&#x27;s GUI. It doesn&#x27;t sound like that&#x27;s the case.<p>I haven&#x27;t used Qt on embedded devices, but I&#x27;ve looked at several demos of Qt compiled to JavaScript with Emscripten [1] and the results seem very slow. Part of the reason seems to be that these Emscripten demos have Qt falling back to software rendering, instead of using WebGL accelerated rendering ... I don&#x27;t think that another software rendering backend for Qt solves this problem.<p>[1] <a href="http:&#x2F;&#x2F;vps2.etotheipiplusone.com:30176&#x2F;redmine&#x2F;projects&#x2F;emscripten-qt&#x2F;wiki&#x2F;Demos" rel="nofollow">http:&#x2F;&#x2F;vps2.etotheipiplusone.com:30176&#x2F;redmine&#x2F;projects&#x2F;emsc...</a>
评论 #12315298 未加载
评论 #12314852 未加载
评论 #12318596 未加载
评论 #12317188 未加载
评论 #12315684 未加载
评论 #12316491 未加载
评论 #12316426 未加载
Rexxaralmost 9 years ago
What is the benefit over static linking and letting the linker remove unused symbols ? (without considering licensing rules)
评论 #12316024 未加载
protomythalmost 9 years ago
&quot;At least for now, the configuration tooling will be a part of the Qt for Device Creation product, and not open source.&quot;<p>I do wonder how a lot of companies&#x27;s dual license model is going to interact with the IoT &#x2F; embedded world.
评论 #12317223 未加载
kbartalmost 9 years ago
I wish they had done this few years back. I&#x27;ve wasted waaay too much time trying to minimize and cram down Qt to the small devices.
tonethemanalmost 9 years ago
Is it out anywhere? I looked through it and never saw a download link or check out the code here... something.