Rich User Interface on Embedded Linux Device - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T08:11:01Zhttp://stackoverflow.com/feeds/question/78043http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/78043/rich-user-interface-on-embedded-linux-device3Rich User Interface on Embedded Linux DeviceLaplie2008-09-16T22:40:24Z2008-10-04T21:53:06Z
<p>I'm designing a user interface for a large touchscreen device running Linux. What would be the best toolkit/developer kit/SDK to use? The only requirement is that its able to run on a semi-low performace device, and that there is a Linux version.</p>
<p>Nice-to-haves would be build in support for effects/animations and a modern look-and-feel, but they are not necessary.</p>
<p>I'm looking at Adobe Flex/AIR already, but I'm not sure if the device will meet the minimum specs.</p>
http://stackoverflow.com/questions/78043/rich-user-interface-on-embedded-linux-device/78054#780543Answer by mopoke for Rich User Interface on Embedded Linux Devicemopoke2008-09-16T22:41:33Z2008-09-16T22:41:33Z<p>Try QTopia (<a href="http://trolltech.com/products/qtopia" rel="nofollow">http://trolltech.com/products/qtopia</a>)
It's from the same stable as the popular Qt desktop toolkit.</p>
http://stackoverflow.com/questions/78043/rich-user-interface-on-embedded-linux-device/78093#780932Answer by Branan for Rich User Interface on Embedded Linux DeviceBranan2008-09-16T22:47:58Z2008-09-16T22:47:58Z<p>I agree with Mopoke, QTopia is what you want.</p>
<ul>
<li><p>It has support from some graphics hardware (2d and 3d), and can also use the kernel framebuffer device if that's all you need.</p></li>
<li><p>It's based on Qt, a very well-designed object-oriented GUI framework</p></li>
<li><p>It's available for both open-source and commercial projects, although closed-source projects need to pay a license fee.</p></li>
</ul>
http://stackoverflow.com/questions/78043/rich-user-interface-on-embedded-linux-device/85415#854150Answer by pjz for Rich User Interface on Embedded Linux Devicepjz2008-09-17T17:05:43Z2008-09-17T17:05:43Z<p>QTopia is indeed a good option; others are <a href="http://www.directfb.org/" rel="nofollow">DirectFB</a>, and of course X11 generally running <a href="http://matchbox-project.org/" rel="nofollow">Matchbox</a>.</p>
http://stackoverflow.com/questions/78043/rich-user-interface-on-embedded-linux-device/171060#1710600Answer by Nate for Rich User Interface on Embedded Linux DeviceNate2008-10-04T21:53:06Z2008-10-04T21:53:06Z<p>You should check out whatever tool-kits are used for the <a href="http://www.chumby.com/" rel="nofollow">Chumby</a>. It's a completely open-source Linux device (open schematic, open source software, etc) with a very rich user-interface (color touch-screen, builtin wifi, USB ports, etc). I believe it's user-submitted "applications" are Adobe Flex/Flash based but there are a variety of open "hacks" including <a href="http://www.bunniestudios.com/blog/?p=262" rel="nofollow">a port of Quake</a> that can be easily downloaded and run.</p>