1
Creating a C#/Typescript GUI for a C++ library
(programming.dev)
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
Thank you for the response. To be honest, I'm a bit surprised that this is not an easy task. If I understand the documentation correctly, that means, I will have to create a C# wrapper for C++ methods. I was hoping to get the wrapping for free via some tooling. I found Emscripten that looks promising (for JS), but not sure that's any different.