Miguel de Icaza
Miguel de Icaza
Ok, it is now possible for this to work, I will document what is working later, but it seems to be fine on both my new and old machines, and...
Can you tell me how you triggered this issue? That looks like a potential race in the console driver.
Pending tasks: - [ ] We need a way of notifying a Toplevel that the frame has changed, currently View set _frame behind its back, so there is no way...
The problem with Linux is always "Which Linux?", given all the different distributions and ABIs. To properly handle this, we have requested features in NuGet that do not exist today....
It should not take much, you just need to build the native libraries. See MakeMac file for details on how this is done, a similar setup is needed.
The issue is that someone needs to build the native libraries that go with UrhoSharp, it has nothing to do with Mono or MonoDevelop. We just do not have the...
This is a good catch. In Mono, we assume that the default encoding does UTF-16 to UTF-8, but on the desktop Mono, the default is to use the platform-specific encoding,...
Wow - this is a first. I do not quite understand how a double within [-1..1] can go outside that range when cast to a float, can you show me...
Yes, we will add it.
We should support this for Dev15.4, when .NET standard 2.0 comes to the Mac. That will be in mid-October