Reputation: 39
I have been using the gedit text editor for java, for some time now. But now i gonna try out LibGDX. Is it possible to use the gedit text editor with LibGDX or do i have to switch to Ecplise or IntelliJ IDEA ?
Upvotes: 0
Views: 168
Reputation: 1067
You can use whatever editor but it means that to launch all your Gradle Task to compile / build you will need to do so in command line. I use Android Studio to do my games and it works well. This also allow you to use the LibGDX formater plugin.
Upvotes: 2