Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该如何制作一个简单的纸牌游戏?(例如纸牌)我熟悉 java 和 c/c++ 中的终端程序,但我不熟悉图形方面。对于简单的纸牌游戏来说,openGL 是否过于复杂?我想最终我会问我从哪里开始?我需要什么语言和功能?
JavaFX 2 或 Qt 非常容易上手,只需查看教程即可。
Netbeans 预装了一个 GUI Builder。如果您喜欢拖放并且可以在其后面编写自己的 java 侦听器,那么这不是一个坏选择。
http://netbeans.org/features/java/swing.html