定制 Linux 图形用户界面
我对为 Linux 操作系统创建 GUI 很感兴趣。我想做的是,一个程序将成为GUI——该程序将非常基本。我认为这个问题将进入嵌入式 Linux 开发,但我不知道从哪里开始,也没有大量的教程或可用的帮助。
感谢您的帮助。
I'm interested in creating a GUI for a Linux operating system. What I'm trying to do, is, a program will be the GUI -- the program will have be quite basic. I think this question will go into Embedded Linux development, but I'm not sure where to start neither the amount of tutorials or help available.
Thank you for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我建议考虑将 Qt 与 Linux 帧缓冲区驱动程序一起使用。这样您就可以拥有嵌入式 GUI,而无需运行 X 服务器的开销。
I would suggest looking at using Qt with the Linux framebuffer driver. That way you can have an embedded GUI without the overhead of running an X server.
已经完成了吗? DirectFB
Already done? DirectFB
如果需要,CodeTyphon 可以让您使用自定义画布轻松编码、可视化设计和交叉编译嵌入式 Linux 的 GUI 应用程序。
http:// /www.pilotlogic.com/sitejoom/index.php?option=com_content&view=article&id=96&catid=68&Itemid=147
CodeTyphon can let you easily code, visually design and cross compile GUI applications for embedded linux with custom canvas if you want.
http://www.pilotlogic.com/sitejoom/index.php?option=com_content&view=article&id=96&catid=68&Itemid=147