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 的 gedit 文本编辑器。但现在我要试试 LibGDX。是否可以将 gedit 文本编辑器与 LibGDX 一起使用,或者我是否必须切换到 Ecplise 或 IntelliJ IDEA?
您可以使用任何编辑器,但这意味着要启动所有 Gradle 任务以编译/构建,您需要在命令行中执行此操作。我使用 Android Studio 来做我的游戏,它运行良好。这也允许您使用 LibGDX 格式化程序插件。