luma.emulator
luma.emulator copied to clipboard
matplotlib device
any matplotlib graph -> pil -> display
What would be really cool would be to implement another pseudo-device in luma.core that:
- can wrap an existing luma display device
- subclasses MovieWriter
This would pump frames to the underlying device, enabling all the existing matplotlib animation demos to work more-or-less unchanged.
i guess this would be implemented in luma.emulator?
I did have a kick around with this a few weeks (months?) back, but never committed anything. I reckon assume luma.core might be the right destination - it would be a wrapper much like the terminal is.