Jay Fleischer
Jay Fleischer
Sorry, but I'm no longer actively developing this project. You're welcome to add that feature if you want though and I'll merge your pull request.
I've just been using the usual WPF events for those things. There's probably a way to add handlers that send the data to OpenTK, but I'm not sure what would...
What is the XAML code you tried to add it with? Did you take a look at the example code?
The control can't render properly within the designer view, but it should work fine when you actually run the code. The easiest solution to this issue is disabling project code...
@rickberkers Yes, I'll try to get the other PR merged and then put this on NuGet sometime this weekend.
Thanks @elfenpiff! Appreciate your detailed answer here. I'm just looking for a cross platform shared memory pub/sub library for Rust (and potentially other languages). Future compatibility is important to us...
Yes, I think I'd be happy to review it!
For our use case, we'd strongly prefer a stable protocol to a stable C library for a few reasons: - A C library would presumably add a system dependency which...