GUI Development in Linux [closed]

早过忘川 提交于 2019-12-02 14:30:38

问题


Wondering what are tools out there and which is better to use in GUI development that supports ARM and X86 arch applications.

thanks in advance, T3nG


回答1:


The Qt framework should work well for this.




回答2:


Take a look on the Qt Creator IDE. It's has free(LGPL) version.




回答3:


OpenMoko Freerunner¹ is ARM-based and it runs Qtopia/QtE, GTK and E17 UI stacks. All of them are also supported on x86. GTK is Cairo-based and I heard (not sure) that it uses lots of floating-point calculations though, so ARM with GTK might not be very fast.

¹http://wiki.openmoko.org/wiki/Neo_FreeRunner




回答4:


you can use olso GTK with ruby or C. much easier than swing




回答5:


Maemo drives Nokia's internet tablets, which are ARM based.




回答6:


Depending on the power of your device...

The biggest now could be:

  • GNOME Mobile
  • Qt Embedded

or if you have devices with much less capabilities, you can try simpler things like

  • Microwindows / NanoX

Of course, if your device is a mobile-like, you can also consider using Android ... who knows...




回答7:


For a really RAD solution you can use

  • fpGUI
    • https://sourceforge.net/projects/fpgui/
    • http://www.turbocontrol.com/easyfpgui.htm
    • http://www.turbocontrol.com/embeddedfreepascal.htm
  • CodeTyphon
    • http://www.pilotlogic.com/sitejoom/index.php/gallery
    • http://www.pilotlogic.com/codetyphon/help/codetyphon_current_status.htm
    • http://www.pilotlogic.com/sitejoom/index.php/codetyphon
    • http://www.pilotlogic.com/codetyphon/help/layers_and_areas.htm


来源:https://stackoverflow.com/questions/1065693/gui-development-in-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!