Scene2D UI Tutorial 4 TextFields and TextAreas

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 11

  • @Tann114
    @Tann114 8 หลายเดือนก่อน +1

    👍

  • @БішофітЄкпуст
    @БішофітЄкпуст 8 หลายเดือนก่อน

    How to add scroll to the TextArea? I wasn't able to do that.

    • @raeleus
      @raeleus  8 หลายเดือนก่อน +1

      TextArea isn't well optimized for a scroll wheel sadly. You can add it to a container, set a height for the container, then add the container to a scrollpane. It will be really confusing if the user types more lines than the height you selected allows for.

    • @БішофітЄкпуст
      @БішофітЄкпуст 8 หลายเดือนก่อน

      ​@@raeleusI apologize, I am pretty newbie in gdx UI. What container do you mean? Like table or VerticalGroup? Would it work with text inside the area?

  • @brownmr.1506
    @brownmr.1506 6 หลายเดือนก่อน

    will there be any more videos about this?

    • @raeleus
      @raeleus  6 หลายเดือนก่อน +1

      Yeah, I'm just slow. My focus right now is creating a UI update for the official libGDX setup app. I'll be producing videos again soon.

  • @murilovieira2785
    @murilovieira2785 8 หลายเดือนก่อน +1

    Do you think it is viable to use scene2D.ui to make the UI of a app (not a game) ?

    • @raeleus
      @raeleus  8 หลายเดือนก่อน +1

      I've used it for a number of apps actually. In fact, the popular app Spine is created with Scene2D as well. Scene2D is great for apps that need to animate or render graphics. However, it lacks common widgets you would expect from a more robust library. You'll spend a lot more time creating custom widgets for advanced use. libGDX Mac support is another difficulty as well.

    • @oguzhantopaloglu9442
      @oguzhantopaloglu9442 8 หลายเดือนก่อน

      A game is an app too ;)

    • @the_void856
      @the_void856 2 หลายเดือนก่อน +1

      NO! AVOID IT! It's miles away from good UI frameworks like Jetpack Compose. It's viable to use only if you are stuck with LibGDX and yet, if you build for some specific platform only - you definitely will find the native framework for that platform much easier to use.