nadavrot / layout

Layout is a rust library and a tool that renders Graphviz dot files.
MIT License
648 stars 38 forks source link

Integration with egui #15

Open pwnorbitals opened 1 year ago

pwnorbitals commented 1 year ago

I’d love to be able to integrate graphs from this crate into my UI through egui :)

ninomerlino commented 1 year ago

I wanted to use this in egui, i guess the best option is to implement the trait RenderBackend for the glContext