Ubuntu下的中国象棋
666行的象棋程序下得不错啊 | 印刷用棋盘工具带源码 (MFC, 约150行) | 浏览器里的中国象棋
JavaFx WebView使用研究 | JavaFX WebView and WebEngine Tutorial | JNI 入门教程
What options are available for C++ GUI development with Ubuntu?
- How about using Glade and C++: http://glade.gnome.org/ Gtk+ interface builder which spits out an XML definition that can be parsed in GTK+. I haven't used it with C++, but it works well with python and GTK.
- If I use Qt I would use QtCreator instead. For GTKMM I would use emacs/gedit/anjuta or eclipse with pkg-config plugin. In my experience i found Gtkmm more close to STL and C++ in general, you can also use boost in some places. Qt is a more complete framework which provides things that are also available on boost and STL. Try both and see what you like better.
- If you're using QT, then http://kdevelop.org/ should be a strong contender. It has both a code-centric IDE as well as a GUI "builder" interface. A very recent version is available in the universe repositories. Kdevelop also works as an IDE for many other languages.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
2021-12-14 游戏里的小人如何走路?百行HTML5+JS能搜索出路径吗?
2021-12-14 小白写给菜鸟看的The log4j JNDI Attack咋回事
2021-12-14 [C++]调函数时const X x会复制吗; 返回对象会复制吗?