luma.emulator icon indicating copy to clipboard operation
luma.emulator copied to clipboard

matplotlib device

Open thijstriemstra opened this issue 8 years ago • 3 comments

any matplotlib graph -> pil -> display

thijstriemstra avatar Mar 17 '17 05:03 thijstriemstra

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.

rm-hull avatar Mar 20 '17 23:03 rm-hull

i guess this would be implemented in luma.emulator?

thijstriemstra avatar Nov 20 '17 02:11 thijstriemstra

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.

rm-hull avatar Nov 20 '17 12:11 rm-hull