Request for egui_plot::PlotItem to have + Send added

⚓ Rust    📅 2025-04-29    👤 surdeus    👁️ 4      

surdeus

Warning

This post was published 113 days ago. The information described in this article may have changed.

Hello 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

Read full topic

🏷️ rust_feed