Panini is a visual tool for creating perspective views from panoramic and wide angle photographs. More than a pano viewer, more than a view camera, with features of both. For Linux/Unix, Win32, and Mac systems with OpenGL 2.0+.
See INSTALL.
- Qt6 (specifically
Core,Gui,Widgets,OpenGL, andOpenGLWidgets) - zlib
git clone https://github.com/lazarus-pkgs/panini
cd paniniqmake6 panini.pro
make
./paniniAlso see: BUILD.
If you are running on a Wayland-based desktop session and encounter dialog rendering or window management issues with Qt6, you can force the application to run via XWayland (X11 compatibility layer) by setting the QT_QPA_PLATFORM environment variable:
QT_QPA_PLATFORM=xcb ./paniniPanini supports the following standard keyboard shortcuts for file browsing within the same folder:
- Page Down: Go to the next image file in the current directory.
- Page Up: Go to the previous image file in the current directory.