MonogameGuy
MonogameGuy
The `PreferredBackBuffer...` cannot override control the window manager's resizing of a window, while the resize is in progress. You cannot override the mouse while resizing a window The event of...
The historical response to new C# features, like `Span`, is the console implementation's lack of support. That is changing. The `StringBuilder` overloads are more of a convenience than feature. The...
@ThomasFOG, Sure concatenation is a big issue. My comment was made to encourage frame persistence.
Would it be better to use the built-in `System.Environment.SpecialFolder.LocalApplicationData` for all platforms? This is tested to work on Linux as `$HOME/.local/share` The .NET run-time _should_ point to a writable location...
> So basically there is no one solution to this. We have to decide what is best on a case by case basis. No surprise there. I was trying to...