Java Game Development (Libgdx) UI Layout Widgets

Поділитися
Вставка
  • Опубліковано 23 жов 2024

КОМЕНТАРІ • 14

  • @CubusStudios
    @CubusStudios 3 місяці тому +4

    Good video, and the tutorial really helpful.

  • @xlolix5841
    @xlolix5841 3 місяці тому +4

    Yo, nice art lol funny good video ❤ keep up the good work!👍💗

    • @PhilipModDev
      @PhilipModDev  3 місяці тому +1

      Yay, thank you so much. Will do.

  • @biscuits_lifeYT
    @biscuits_lifeYT 3 місяці тому +2

    Good job

  • @coycifuent4852
    @coycifuent4852 3 місяці тому +1

    I'm thinking about moving to libgdx and stopping using android widgets, but not if libgdx covers everything, such as RelativeLayout and ScrollView?

  • @etgasaglam
    @etgasaglam 2 місяці тому +1

    Could you suggest me a 3d api source to learn it efficiently? I'm using offical website but if there's something better, it would be useful. Btw you're very good when it comes to teach

    • @PhilipModDev
      @PhilipModDev  2 місяці тому +2

      Sadly I don't know anything that is updated to the current time besides the documents. I do plan on making a course on my Patreon or even writing a book. Probably giving more tutorials on UA-cam. As for Libgdx the learning path is steep, I plan on making it much easier for more people to learn effectively.
      Thanks though, and if I find any resources I'll tell you.🙂

    • @etgasaglam
      @etgasaglam 2 місяці тому +1

      @@PhilipModDev thank you very much

  • @greguar86
    @greguar86 3 місяці тому +1

    nice tutorial, please do more of it about scene 2d ui, its super not intuitive...

    • @PhilipModDev
      @PhilipModDev  3 місяці тому +1

      Oh yes for, I do have like a plan exploring the ui widget. Even how it can apply towards any UI.

    • @greguar86
      @greguar86 3 місяці тому +1

      @@PhilipModDevplease do some real world example like rpg / strategy game stats, level up tree or something like that

  • @coycifuent4852
    @coycifuent4852 3 місяці тому +1

    I'm thinking about moving to libgdx and stopping using android widgets, but not if libgdx covers everything, such as RelativeLayout and ScrollView?

  • @coycifuent4852
    @coycifuent4852 3 місяці тому +1

    I'm thinking about moving to libgdx and stopping using android widgets, but not if libgdx covers everything, such as RelativeLayout and ScrollView?

    • @PhilipModDev
      @PhilipModDev  3 місяці тому +1

      If you're asking if Libgdx has Layout customization then yes. When creating different layouts Libgdx provides different viewports that you can choose from. For me I like to use the ExtendViewport. The framework also includes ScrollPane, but not to sure about ScrollView.