Polyptych | - | interactive unwrapper |
convertahedron | - | convert between off, obj, and polyptych shape file formats |
panolyptych | - | panorama viewer |
spheretopoly | - | render to faces of any flat sided shape, from the command line |
spheretocube | - | render to cube faces, from the command line |
Polyptych currently lives in the Laidout source. At some point, the things here will most likely be separated from Laidout into its own project, and Laidout will use libraries from that project. You can grab the code with the following. The actual standalone is then in laidout/src/polyptych. git clone https://github.com/Laidout/laidout.gitYou will need the most recent development version of the Laxkit, and a few other things: apt-get install libgraphicsmagick++1-dev mesa-common-dev libglu1-mesa-dev libftgl-devThen to compile: make polyptych make spheretocube make spheretopoly make convertahedronOr on debian based systems: dpkg-buildpackage -rfakeroot |