PDFCube 0.0.2
You can get a 3D cube transition pressing "c" and you can zoom on 5 areas with "h", "j", "k", "l" and "z" keys or simply switching pages with double buffering (no redrawing is visible) and with full anti-alias.
If you want to program your cube transitions in advance give the page you want the transition at on the command line this way (0 means between page 1 and page 2, rudimental will change in version 0.0.3):
$ pdfcube file.pdf 0 5 10
Rotating 3D cube transition is of great effect when put on a big projection screen, so be moderate! One or two cube transitions done when changing argument can help understanding that you are switching to a new part of the presentation. On the other hand using cube transition on every page can give seasickness to your audience ;).
Compatibility
See PdfCubeCompatibility to know which hardware pdfcube runs on and success stories.
What's new
- 0.0.2 Added autotools (configure, make, make install as usual).
Dependencies
- Linux with Xorg
- Poppler (>=0.5.4 recommended) (Debian/Ubuntu package: libpoppler-dev libpoppler-glib-dev)
- GtkGlExt (Debian/Ubuntu package: libgtkglext1-dev)
- OpenGL (freeglut3-dev, not really needed, will be removed in 0.0.3)
Downloading
Download version 0.0.2 here:
http://code.100allora.it/releases/pdfcube/pdfcube-0.0.2.tar.gz
Type "./configure && make", read error messages, install needed development packages, make again!

