We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Java2D: http://java.sun.com/products/java-media /2D/index.jsp
Java2D: http://java.sun.com/products/java-media/2D/index.jsp
如果您不是在制作严肃的游戏,请尝试处理
http://processing.org/,
尽管它的设计目的是使视觉和交互式产品,我认为值得考虑。
If you are not making serious game, try processing
http://processing.org/
althogh it's designed to make visual and interactive product, I think it is worth considering.
ACM (http://jtf.acm.org/index.html) 库非常适合基础知识。
Java 有一些原生图形,但库要好得多。
Java 非常适合游戏(即使使用 PYGame 也比 Python 好得多)。如果你的游戏很复杂,那么你肯定想使用 C(++)。
有些库允许动画,尽管您可以自己编程。
如前所述,处理对于非严肃的应用程序很有用。但如果您想要一个功能齐全的 IDE,那么您肯定需要 Eclipse。
The ACM (http://jtf.acm.org/index.html) library is good for basics.
Java has some native graphics, but libraries are far better.
Java is good for games (far better than python even with PYGame). If your game is complex, then you definitely want to use C(++).
There are libraries that allow animations, although you could just program it yourself.
As previously mentioned, Processing is good for non-serious applications. But if you want a full-fledged IDE then you definitely want Eclipse.