This repository contains animated image files that illustrate the execution of various chains of BeepBeep processors. If you don't know what BeepBeep is, please first visit its website. Here is an example of one such animation:
Eventually, some of these examples may be merged into BeepBeep's Javadoc, but for now they only exist in this stand-alone repository.
Periodically, a release will bundle all the GIF, PDF and SVG files of all the examples in their current state.
The repository is made of SVG files, which are multi-layer documents that can be used to create slides with inkscapeslidex.
In the Examples folder, call:
make all
In the Examples folder, call:
inkscapeslidex --format gif somefile.svg
Where somefile.svg is one of the SVG files. The result is a file called
somefile.gif, which is an
animated GIF of the slideshow.
Call:
inkscapeslidex somefile.svg
- inkscapeslidex
- CPDF is optional. It is required to create PDFs that start automatically in single-page mode.
- ImageMagick
- GNU Make
- To change the speed of the generated GIFs, modify the value of variable
DELAYinExamples/tofig.sh. - To change the size of the generated PNGs, replace the parameter
-d 64in line 171 ofExamples/svgtopng.pyby another value (64 is the resolution in dpi of the exported images).
