bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
35.56k stars 3.52k forks source link

Log window/monitor info on startup #13979

Closed JMS55 closed 1 week ago

JMS55 commented 3 months ago

What problem does this solve or what need does it fill?

Helps debugging performance like the existing system and adapter info.

What solution would you like?

At startup in bevy_winit for the primary window, log the window resolution, dpi, color space, min+max refresh rate, etc.

What alternative(s) have you considered?

Log monitor info, instead of window info. screenshots, benchmarks, etc.

killercup commented 3 months ago

Maybe easier to implement after/covered by #13669