Hi. I'm writing a real time simulator with Rust, and I want to visualize the data with 2D colormap in real time. Currently I use egui, plotters and egui-plotter, basically just the matshow example in plotters. The performance is limited to data size of 512*100 and 30fps. I'm thinking about using GPU to process the visualization, which should be much faster, but don't know how. Any help would be grateful!!!