setzer22 / egui_node_graph

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

node categories #90

Closed kamirr closed 1 year ago

kamirr commented 1 year ago

This change will break all existing programs and the simplest fix to that is adding type CategoryType = (); in the implementation of NodeTemplateTrait. Default associated types are not supported, so this can't be avoided with this design.

kamirr commented 1 year ago

Demo of the adapted example app: egui_ex.webm