miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.3k stars 208 forks source link

will it work with blazor server #34

Closed kiranmaya closed 1 year ago

kiranmaya commented 2 years ago

hi , i read this https://docs.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-6.0, so will this work in blazor -server app ?

miroiu commented 2 years ago

Hi, I don't see any reason why this would not work. Have you tried it?

kiranmaya commented 2 years ago

Nope, not yet. new to blazor,is there any kind of canvas for WPF rendering ?

miroiu commented 1 year ago

It's actually the other way around. You have a WPF app that displays razor pages inside web views (using BlazorWebView). https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-6.0

I can't help too much here, so I'm gonna close this issue.