Robert
Robert

Reputation: 39

Is it possible to use gedit text editor with Java LibGDX?

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

Answers (1)

Julien
Julien

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

Related Questions