2 comments

[ 3.0 ms ] story [ 18.9 ms ] thread
I was frustrated that status-quo like matplotlib don't allow me to get my plotted data figure image directly in an image array for me to do things like overlay on camera feed debugging robotic applications. Even if they allow not an easy way it's multimillisecond performance hit which defeats my use case. I think its expecially useful when you want to manually manipulate/mess with your system and see how different cogs on which the output depends on react - because it creates immideate feedback loop between 'your hand' and display graphs thourh your system.

I wrote this concept library over Friday afternoon and it turned out to also be interesting for people to see how you can do things without a single loop, which I got convinced can always be done, which what you need for plots to run in microseconds.

The gif loads too long, its 15 mb, though looks cool