EggShark

Results 4 comments of EggShark

**TAKE ALL THIS WITH A GRAIN OF SALT. I'M NOT A PROFESSIONAL DEVELOPER. I'M SELF TAUGHT AND HAVE ONLY BEEN DOING GRAPHICS PROGRAMMING FOR 2YEARS** tldr: I'm in full support...

I am not using softbuffer to draw at least to my knowledge as I use wgpu to render to the window.

Interesting I thought that as well and can confirm on my computer the scale factor is 2, however not sure why this is occuring when I do not call resize...

This works!! Ty so much I've been working at this for almost a year now. For refrence this was my window/canvas creation code prior which caused the scaling: ```rust #[cfg(target_arch...