Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I make desktop-only games using libGDX?

Tags:

java

libgdx

I'm kinda new to libGDX and I can't quite get why is the Android module necessary in the gdx-setup-ui?
Isn't libGDX used for making desktop games? And is there a way of creating a desktop project avoiding the Android one (having core + desktop only)?

like image 477
kirillbobyrev Avatar asked Oct 03 '22 09:10

kirillbobyrev


1 Answers

Checkout this, here you see that you use your core project to put all the non-specific platform code, and the desktop project is the project you run when you want to run for the desktop.

like image 117
Johan S Avatar answered Oct 10 '22 12:10

Johan S