blitzarx1 / egui_graphs

Interactive graph visualization widget for rust powered by egui and petgraph

Home Page:https://docs.rs/crate/egui_graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About project roadmap

xdestiny110 opened this issue · comments

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?

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.