制作 GUI 界面
您好,我制作了一个游戏,并使用 OpenGL 进行图形处理。操作系统是 ubuntu 10.04。 剩下的唯一事情就是制作一个用户界面,以便直接从用户而不是从终端接收必要的输入。
sm1可以告诉我任何好的链接吗!!!或者任何可以简化我的工作的软件! 谢谢。
Hi I have made a game and I have used OpenGL for its graphics.the OS is ubuntu 10.04.
The only thing left is to make a user interface so as to directly receive the requisite inputs from the user rather than from the terminal.
Can sm1 please tell me any good links to go to !!!!or any software that can ease my work !
thnx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你好
我的建议是使用 QT 或 GTK+ 创建 gui 。
它是如此简单,您可以从它自己的 API 中学习 QT,并且您可以在它的网站上找到 GTK+ 的好文档。
hello
my suggestion is use QT or GTK+ to create a gui .
it is so easy you can learn QT from it's own API and you can find a good Document for GTK+ in it website .
CEGUI图形用户界面系统支持OpenGL渲染。
The CEGUI graphical user interface system supports OpenGL rendering.