dangallichan / waveMage-SerialScope

Our project for the 2024 VIC-HACK - https://github.com/Lewis-Kitchingman/VIC-HACK-2024
0 stars 0 forks source link

Choosing a Python library for the real-time graphics / GUI #3

Open dangallichan opened 2 weeks ago

dangallichan commented 2 weeks ago

It seems that existing solutions use:

Note that some options may also have licencing considerations!

It isn't clear what the best way forward would be...

dangallichan commented 2 weeks ago

Then it seems that Plotly might be possible: https://stackoverflow.com/questions/63589249/plotly-dash-display-real-time-data-in-smooth-animation

I think that could make everything look more 'modern' and pretty - but could be another headache as well!

dangallichan commented 2 weeks ago

This looks good! https://www.pythonguis.com/tutorials/pyqt6-plotting-matplotlib/