GUI如何从显卡到Qt框架实现?
长期以来我一直对 GUI 的实现方式感到好奇。我知道如何编写Qt(或其他)代码,我想知道:
- Qt如何调用Xlib(Linux下),并实现Qt框架。
- Xlib如何调用linux系统调用
- Linux如何控制显卡
有没有介绍GUI实现的好文章?
I've been curious about how GUIs are implemented for a long time. I know how to write Qt (or other) code, and I want to know:
- How Qt calls Xlib (under Linux), and implements the Qt framework.
- How Xlib calls linux system calls
- How Linux controls the video card
Are there any good articles for introducing GUI implementations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://en.wikipedia.org/wiki/X_Window_System#Design
http://en.wikipedia.org/wiki/X_Window_System#Design