Roy Triesscheijn

Results 23 comments of Roy Triesscheijn

I've got a small C++/CLR project here: https://github.com/roy-t/SuperCompressedDotNet where I've made a small wrapper around BasisU, definitely not production ready but it runs and has some tests. I've also verified...

For inspiration fot the Window back-end: https://github.com/roy-t/MiniEngine3/tree/main/src/Backend/Mini.Engine.Windows. Also good to know about the Microsoft.Windows.CsWin32 source generator, I want to get rid of my own native method imports completely in the...

I did some research for Windows. DirectInput seems to be deprecated. There are special APIs for the Xbox360/One controller but for high-dpi mice and keyboards listening to raw input window...

Hey, Good observation. the incoming list is not used when calculating the path. But it makes it a lot easier to increase the traversal time to reach a specific node....

I'll keep this question open for now, to potentially address it in potential v4, as its a breaking change to remove these members.

Hey, unfortunately not right now since the connect method on a node creates both edges. I think it could be an easy addition. Would happily accept a Pull Request. ________________________________...

Heya, There was never an official release that supported different agent sizes, however the feature was enabled on the master branch for a while. I think its best if you...

It is probably missing a DLL. Do you see the cimgui.dll and ImGui.Net.dll are copied to your output directory? The project definitely does work with .NET Framework 4.7.2. As the...

I'm affected by the same issue. What happened is this: Microsoft published the reactive extensions library under the package id Rx-Main (and dependencies). A lot of other packages depend on...

I've logged an issue with System.Reactive, unfortunately they can't fix it on their end: https://github.com/Reactive-Extensions/Rx.NET/issues/416