alelievr / NodeGraphProcessor

Node graph editor framework focused on data processing using Unity UIElements and C# 4.6
https://github.com/alelievr/NodeGraphProcessor/projects/2
MIT License
2.32k stars 387 forks source link

Question: Why does ToolbarView use IMGui and not UIElements? #89

Closed hybridherbst closed 4 years ago

hybridherbst commented 4 years ago

As per the title, that feels a bit inconsistent. Plus, it makes it harder to add actually useful UIElements stuff to it (e.g. search bars). Workaround is of course to just use a different toolbar implementation, just wondering why it was done this way.

alelievr commented 4 years ago

There is no real reason behind this, it was few years ago when I started this project I couldn't get the UIElement toolbar to work no matter what I tried so I decided to implement the ImGUI version waiting for a fix.

It stayed like this until today 😅

alelievr commented 4 years ago

feature improvement tracked here: https://github.com/alelievr/NodeGraphProcessor/projects/2#card-33750520