Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Thursday February 22 2018, @10:49PM   Printer-friendly
from the choose-wisely dept.

Both Facebook and Netflix implemented their eponymous apps with Web. Despite spending millions of dollars, neither of them could achieve an iPhone-like user experience (60 frames per second and less than 100ms response to user inputs) on anything less powerful than a system-on-chip (SoC) with four ARM Cortex-A9 cores.

In contrast, numerous products like infotainment systems, in-flight entertainment systems, harvester terminals and home appliances prove that you can achieve an iPhone-like user experience (UX) on single-core Cortex-A8 SoCs. Our above-mentioned manufacturer HAM Inc. (renamed for the sake of confidentiality) verified these results by building both a Web and Qt prototype.

In this white paper, Burkhard Stubert explains how he could save one of the world's largest home appliance manufacturers millions of Euros by choosing Qt over HTML. The secret? Qt scales down to lower-end hardware a lot better, without sacrificing user experience.

With a five times smaller footprint, four to eight times lower RAM requirements and a more efficient rendering flow than HTML, Qt provides faster start-up times and maintains the cherished 60fps and 100ms response time, where HTML would struggle. The calculations show that being able to just downgrade your SoC by just one tier like this, Qt can reduce your hardware costs by over 53%.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by The Mighty Buzzard on Saturday February 24 2018, @12:16AM (2 children)

    by The Mighty Buzzard (18) Subscriber Badge <themightybuzzard@proton.me> on Saturday February 24 2018, @12:16AM (#642748) Homepage Journal

    I wouldn't. I'm smart enough to not try running idiotic GUI bullshit on a microcontroller.

    --
    My rights don't end where your fear begins.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by Pino P on Wednesday March 14 2018, @04:01PM (1 child)

    by Pino P (4721) on Wednesday March 14 2018, @04:01PM (#652449) Journal

    Even if the configuration GUI runs on a device-that-is-not-a-microcontroller and sends the finished configuration to the microcontroller, you still need a framework for the configuration GUI that runs on a device-that-is-not-a-microcontroller, whether said device-that-is-not-a-microcontroller runs Windows 7, Windows 10 in S mode, GNU/Linux, Android, macOS, or iOS. Which GUI framework for an app that runs on a device-that-is-not-a-microcontroller is preferred?

    • (Score: 2) by The Mighty Buzzard on Wednesday March 14 2018, @04:43PM

      by The Mighty Buzzard (18) Subscriber Badge <themightybuzzard@proton.me> on Wednesday March 14 2018, @04:43PM (#652482) Homepage Journal

      In that specific instance? HTML. Either internet or local network accessible depending on your specific needs but it makes zero sense to allow multiple devices to have configuration change permissions when it can be done more easily and securely from a centralized source. Ideally the devices to be configured wouldn't even accept incoming traffic at all but would instead poll a server at regular intervals; admittedly this is not always viable.

      --
      My rights don't end where your fear begins.