GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
83 stars 23 forks source link

Add base UI scaling modes #1284

Closed DiogoMendonc-a closed 1 month ago

DiogoMendonc-a commented 1 month ago
  1. Stretch to screen
  2. Keep pixel size
  3. Match height
  4. Match width
  5. Keep physical size

Item 1. is already implemented as the default Maybe 3. and 4. can be combined into a singular mode linearly interpolated? Not sure about 5., as it would require getting the screen's DPI. Might be better left for the backlog.