When opening the examples in the help browser, the little dot, that turns into a cross next to the link to the example patch, turns into a rotating ring that never stops rotating.
yes, i also had a look at this recently. i could apply a fix that worked well but produces a huge memory leak which i couldn’t fix. i have the feeling something in vl changed in the meantime but couldn’t figure out what exactly
i would need to have a chat with @Elias at some point to fix this and then we can update this nuget
old vl.core nuget and some assemblies aren’t in the outputdir (must be set to copy in properties)
(what i was referring to)
i made a second receiver, that receives a Sharpdx.Texture2d instead of an image, that could then be converted to stride.texture with (almost) no cost via FromNativeTexture
1 is trivial to fix and 2 needs some more tinkering