我试图运行 Eppletons JavaFX tileengine,但我找不到一个库。
net.java.html.canvas.GraphicsContext
网络 --> http://jayskills.com/blog/2013/01/09/writing-a-tile-engine-in-javafx/
链接到他的 GIT 仓库 --> https://github.com/eppleton/FXGameEngine
有任何想法吗?
我试图运行 Eppletons JavaFX tileengine,但我找不到一个库。
net.java.html.canvas.GraphicsContext
网络 --> http://jayskills.com/blog/2013/01/09/writing-a-tile-engine-in-javafx/
链接到他的 GIT 仓库 --> https://github.com/eppleton/FXGameEngine
有任何想法吗?
找到它!
它是埃普尔顿自己的项目之一。只需将此项目作为依赖项插入!-> https://github.com/eppleton/canvas/commit/30724e61bdb5eb4e955b865c88299da3dbdf2840 需要此提交,因为较新的版本与游戏结尾不兼容。(检查游戏引擎和画布项目中最后一次提交的日期)
某些文件中也缺少此库,但可以通过搜索 maven 存储库(netbeans)找到。
import org.openide.util.lookup.ServiceProvider;
希望我能帮助某人!我在他的 gitrepo 中写了一张票。我希望他能解决它。
链接到报告的问题: