Lukas Dürrenberger
Lukas Dürrenberger
Hmmm this PR hasn't aged well. I tried to rebase it until I realized that this code is still based on the XCB code. If you're willing to reimplement this...
The mentioned constructor simply calls the other mentioned constructor with the color black. I'll have to try and reproduce this, maybe it's just some missing initialization somewhere. https://github.com/SFML/SFML.Net/blob/43926e92e24750f364abbb2455b5033e3c226999/src/SFML.Graphics/Image.cs#L25-L42
Ah, I had the feeling I was missing something, but somehow forgot that original code was about the texture. As for texture creation, this is as Laurent said, expect behavior...
.NET Standard 2.0 is not something set in stone, but as long as we're not using any .NET Standard 2.1 features, there's no point in making it incompatible. Either way,...
Alternatively: Provide a create function similar to what SFML has on their window.
I don't have any experience whatsoever with F#, as such I'm unable to provide such an example. Can you provide such an example or know someone who can?
Can you describe a bit more what you think needs changing? I don't know `mkbundle` and don't fully understand why CSFML seems to cause issues when it's bundled. CSFML is...
Are these missing features then or are they simply implemented differently in CSFML/SFML.Net?
This is kind of a deal breaker for me, as explaining the editors on how to manually add links becomes very cumbersome. Tried to figure out how this drap/drop event...
I'm not 100% sure (since I rarely use Linux), but I think it's just missing one of the various XCB related dependencies (See the Linux tutorial).