bevy_screen_diagnostics
bevy_screen_diagnostics copied to clipboard
Maybe move some stuff to other files?
There is a lot of structs and implementation in one file to me which makes it feel cluttered to read through in my opinion.
Would you be open to maybe moving some things to other files and then just pub useing them to keep the same exports?
sure! not an issue to me.
i initially had this as a single file i copied between projects, which is where the single file architecture came from.
i can have a look at splitting tomorrow, but if you want to just open a draft PR right away so i know