触摸屏面板 GUI
我计划设计一个嵌入式设备,其中包含 Atom 处理器平台和 Linux 操作系统。它将有一个 7 英寸触摸屏面板。我不想选择 KDE 和 GNOME 桌面,而是想为该设备设计小型桌面环境。有人可以建议我应该使用哪种 GUI 工具从头开始设计桌面吗?
I am planning to design an embedded device which will have atom processor platform and linux OS in it. It will have an 7" touchscreen panel. In stead of going for KDE and GNOME desktops I want to design my small desktop environment for the device. Can anyone please suggest which GUI tool I should use to design a desktop from scratch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
为什么要从头开始设计桌面? XFCE 很小,速度很快,可以安装在您的设备上。
我真的不认为有一个 GUI 工具可以从头开始设计 DE。
Why design a desktop from scratch? XFCE is small, pretty quick and ready to install on your device.
I really don't think there is a GUI tool to design a DE from scratch.
如果您的触摸屏较小,则应避免桌面环境。
因为你没有足够的空间来管理窗口,而且真的很难把所有东西都放进去。
相反,你应该启动一个 X 服务器并使用基本快捷方式启动一个应用程序(理解:大按钮)。您可以在一小时内使用 GTK2-perl 或 PyGTK 开发此类脚本。
If you have a small touchscreen, you should avoid a desktop environment.
Because you don't have enough space for window management, and it's really difficult to fit everything in.
Instead, you should start a X server and launch an application with basic shortcuts (understand: big button). You could develop this kind of script with GTK2-perl or PyGTK in one hour.
我想说,您应该认真考虑将 Android 作为您设备的预构建、触摸友好环境。是的,它需要一些黑客才能在一些随机硬件上运行,但它在 UI 上投入了大量精力,并为您的设备提供了一组基本(而不是那么基本)的预构建应用程序。
I would say you should seriously consider android as a pre-built, touch-friendly environment for your device. Yes, it requires a bit of hacking to get running on some random hardware, but it has had a lot of effort put into the UI, and provides a basic (and not so basic) set of pre-built applications for your device.