fix: Editor window looks small in large screens
Problem: When running the application, the window looks small compared to the screen.
Possible solution: Scale window and font sizes according to the monitor scale.
Information:
- OS: Fedora Linux
- Screen resolution: 2560x1600
- Zig: 0.14.0-dev.2577+271452d22
Thanks for the report, sadly this is expected right now, especially on Linux, as we are actively trying to develop the windowing code in mach after removing GLFW. I really want to continue using/contributing to mach, but it may happen that in the future pixi moves back to something like SDL for stability.
That's really understandable. I also wanted to use mach for my projects, I love the concept of using zig for graphics, but because of the development process of mach, it looks a bit off right now. Good luck!
This is now exclusive to the mach branch of the editor, main has been rewritten.