Mark Clark
Mark Clark
uid should never be empty so I'm not sure if this change is necessary; however, the other cleanup items are still valid.
@booleanbetrayal Did you build and test this? I'm having a similar issue, but I have no idea what tool is used to build this. Just manually added it to the...
Awesome! It will be a week or so before I can get around to testing this on the project I'm using it on. Thanks @booleanbetrayal!
Well that's a bummer that there isn't a way to directly access the WebGL api from wasm. I guess that pretty much puts a nail in it. Thanks for the...
Reopening since there is a bit more discussion to be had.
Looks like GLFW has been trying to implement this for the past 5 years https://github.com/glfw/glfw/pull/987 https://github.com/glfw/glfw/pull/1420
Are we talking about OpenTK 3? Because OpenTK 4+ is no longer NET Framework (now its NET standard/Core/5+) so there is no `System.Drawing` library (closest replacement is a third-party library,...
I don't think System.Drawing.Common ever supported Unix. I thought it was akin to Windows Forms, enough people asked for it so it was ported over to .NET Standard with the...
I'm confused as to what is being requested here. Pulling in a NuGet package of `SixLabors.ImageSharp` or `StbImageSharp` should be sufficient. StbImageSharp is public domain, so there shouldn't be a...
Wouldn't this be a fundamental issue with how RimWorld is implemented? Each client would have to generate as a separate faction and the director may still trigger events on behalf...