Replies: 1 comment 2 replies
-
Actually, egui has some really nice plotting capabilities, especially if you need something interactive (and not too complex). On the other side, plotters works with most GUI frameworks in Rust. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have some numerical analysis code in Rust, but I would like to have some visualization capabilities.
In particular, I am trying to understand how I would go about to plotting Delaunay Triangulations along with the associated surfaces. I would also like to open a window with the plot during runtime, like matplotlib does, but I am not sure if this is possible without using GTK. As of now, plotting has been a big pain point for me with Rust, and I'm loving Rust, and want to continue using it, but I've reached the point in my development where plotting has become super essential, and I'm figuratively begging for help to get some pointers. I'm sure that if I get the gist of this, I will be able to build lots of cool stuff!!
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions