LibGdx and GUI

Started by
1 comment, last by djsteffey 7 years, 1 month ago

Hi

I'm new to mobile developing (in fact I just started yesterday) and I want to create game with libGDX, my question is can you use the GUI you make with android studio with GDX? or if I choose GDX should I make my own GUI?

thanks

Advertisement

If you're using LibGDX you are probably better off using it's graphics system, placing your UI elements as sprites, and handling the input yourself. It means more work, but for most graphical games it gives better results.

libgdx has an entire built-in gui system

This topic is closed to new replies.

Advertisement