AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 290 forks source link

Improve Project View #32

Open AdamsLair opened 11 years ago

AdamsLair commented 11 years ago
HeadClot commented 8 years ago
ilexp commented 8 years ago
  • The UI should be dockable and should be able to dragged around across multiple monitors. Unreal 4 does this very well.

Uhm.. the UI already is dockable ^^ Including multi-monitor support.

  • The UI should have support for High DPI displays since 4k and 8k displays are becoming a thing now.

Yep. However, high DPI awareness appears to be a non-trivial task, so it has its own issue here. Hints and pointers on DPI awareness in WinForms and strategies for gradually supporting it are of course appreciated :)

Right now, Duality is flagged as DPI-unaware and will be automatically scaled by Windows - that way it at least remains fully usable, albeit not in the resolution it could be.

HeadClot commented 8 years ago

Derp - I am a nub...