blitzarx1 / egui_graphs

Interactive graph visualization widget for rust powered by egui and petgraph
https://docs.rs/crate/egui_graphs
MIT License
417 stars 30 forks source link

About project roadmap #185

Open xdestiny110 opened 8 months ago

xdestiny110 commented 8 months ago

I really like this repository, and I was wondering what the future maintenance plans are? Are there any plans to implement a demo similar to the blueprints in Unreal, with effects similar to egui_node_graph or imgui-node-editor?

blitzarx1 commented 8 months ago

Hey @xdestiny110 ! Thanks for the interest in the project.

I do not think that going to deep into the support of unreal blueprints style usecases will be the priority.

The middle term goal for the project is to serve as a base platform for arbitrary graph visualization. For the moment I am doing a side project which is based on this lib where I can test it usability. After we all the needed features for the basic usecases and wait some time for stabilizations I will release v1.0.0.

But making an example demonstrating custom node and edge drawing functions capabilities surely can be done.