Closed agneszitte closed 1 month ago
@agneszitte I am able to get a crash to happen. At least for net8.0-desktop
If I continuously press the Add Random Data I eventually crash with this:
@agneszitte I am able to get a crash to happen. At least for net8.0-desktop
If I continuously press the Add Random Data I eventually crash with this:
Thanks a lot @kazo0 I will take a look at it!
@agneszitte I am able to get a crash to happen. At least for net8.0-desktop If I continuously press the Add Random Data I eventually crash with this:
I am not able to reproduce with the latest changes. Tested on all platforms. Especially after making sure that UI Elements are manipulated on the UI Thread properly.
This PR adds a new sample demonstrating the integration of SQLite with ScottPlot for data persistence and large dataset visualization. The key focus of this sample is on how to handle large datasets efficiently while persisting the data in a local database for long-term storage.
Key Features:
ScottPlot Visualizations: It showcases how to visualize large datasets using ScottPlot, with the following plot types:
The chosen plot types above prioritize performance and visualization quality, especially for platforms like WebAssembly with resource constraints. Other plot types were excluded for this sample due to potential performance issues with large datasets based on ScottPlot documentation.
Sample focus:
Techniques Used:
async/await
ensures smooth, non-blocking UI during database and plot operations.DispatcherQueue
.Tested on all platforms:
Windows, Desktop, WSL2, iOS, Android, WebAssembly and macOS.
https://github.com/user-attachments/assets/e2564dd4-09df-49c8-8742-1fae7ff6824d