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.27k stars 205 forks source link

[Application] Avalonia refactoring version #85

Closed MakesYT closed 4 months ago

MakesYT commented 7 months ago

Describe the application Hi, I open source on github and I refactor Nodify using AvaloniaUI, it is currently in the early stages and would like some help Nodify.Avalonia Screenshots image

Additional context Add any other context here.

miroiu commented 7 months ago

Hi! This is cool. What can I help you with?

MakesYT commented 6 months ago

groupingNode doesn't seem to have any storage?

miroiu commented 6 months ago

GroupingNode tells the editor to select the nodes inside its area when it is selected. This way when we don't move the GroupingNode alone, but the entire selection. Of course, you can come up with a better idea.

miroiu commented 4 months ago

Hi @MakesYT, thank you for all your effort! I want to let you know that there is now a recommended Avalonia port that tries to stay as close as possible to this code base and it has all the features the WPF version has. You can check it out here: https://github.com/BAndysc/nodify-avalonia

I will close the issue for now. Please feel free to reopen it in case you need more information.