我正在尝试通过netbeans开始使用playn.io。当尝试导入maven原型时,我遇到了2种类型的playn。playn.io和com.googlecode.playn
这两者之间的区别是什么?
发布于 2016-05-02 04:59:50
com.googlecode.playn是它的传统位置。该项目被分叉到github,并在那里继续积极开发。您可以在此处找到遗留的1.x代码:https://github.com/threerings/playn
新的项目应该使用2.x版本,其代码在这里:https://github.com/playn/playn另外,这个2.x版本是http://playn.io/的目标。
https://stackoverflow.com/questions/35932319
复制相似问题