setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
711 stars 132 forks source link

add output ui #86

Closed kamirr closed 1 year ago

kamirr commented 1 year ago

This method draws the UI for each of the outputs corresponding to the node. Defaults to the label that was the previous hard-coded behavior. The default impl also means this isn't a breaking change.

setzer22 commented 1 year ago

Seems there's s a conflict due to merging the other PRs, doesn't look very complicated.

kamirr commented 1 year ago

Rebased & tested

setzer22 commented 1 year ago

Great stuff, thanks :)