Request for egui_plot::PlotItem to have + Send added
⚓ Rust 📅 2025-04-29 👤 surdeus 👁️ 9Hello please can the designers of Egui_plot add "+ Send" to PlotItem, as I (and no doubt many others) need to send PlotItem (x,y) points across threads, which currently cannot be done. I need it so as to be able to use a separate thread for drawing my oscilloscope trace. Without using threads, my Raspberry Pi Rust oscilloscope code is working albeit far too slowly! Many thanks
2 posts - 2 participants
🏷️ rust_feed