Rich User Interface on Embedded Linux Device - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T08:11:01Z http://stackoverflow.com/feeds/question/78043 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/78043/rich-user-interface-on-embedded-linux-device 3 Rich User Interface on Embedded Linux Device Laplie 2008-09-16T22:40:24Z 2008-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#78054 3 Answer by mopoke for Rich User Interface on Embedded Linux Device mopoke 2008-09-16T22:41:33Z 2008-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#78093 2 Answer by Branan for Rich User Interface on Embedded Linux Device Branan 2008-09-16T22:47:58Z 2008-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#85415 0 Answer by pjz for Rich User Interface on Embedded Linux Device pjz 2008-09-17T17:05:43Z 2008-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#171060 0 Answer by Nate for Rich User Interface on Embedded Linux Device Nate 2008-10-04T21:53:06Z 2008-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>