Handbook on how to install and use pando, as well as reproduce performance experiments performed for published papers. https://elavoie.github.io/pando-handbook/
Leverage Pando to generate an animation using a raytracer algorithm.
$ ./generate-angles | pando raytracer.js --stdin | ./write-current-frame
$ ./generate-angles | pando raytracer.js --stdin | ./gif-encoder
$ ./generate-angles | pando raytracer.js --stdin --start-idle | DEBUG='throughput*' ./monitor | ./write-current-frame
The gif-encoder has limitations that prevent sending images that are too big (> 65kB) on the standard input, when connected to Pando. It also does not handle flow control properly when reading the same input from a file. The image size is therefore artificially limited to 300x300 pixels to operate within those limitations.