Golle / Titan

Titan, Game Engine in .NET 8 C# 11 and DirectX 12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI Scaling

Golle opened this issue · comments

How should the GUI scale when the Window is resized?

Possible options

  • Scale everything and keep the "viewport" size intact. making the buttons, text etc smaller.
  • Resize all elements so they stay the same size but the layout changes.
  • Something else? mix?