• 0 Posts
  • 1 Comment
Joined 11か月前
cake
Cake day: 2025年1月16日

help-circle
  • zolar@lemmy.worldtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    9か月前

    Not directly programming or coding GUI from scratch with a library or something: Have you considered using a game engine like Godot ( https://godotengine.org/ ) ?

    You would have a toolbox for several essential GUI-elements. You could visually create the GUI and add functionality by script. Also, there are several possibilities to handle different screen sizes and touch.

    You would have to learn the UI and concepts of Godot but the documentation is ok and there are plenty of tutorials available.