A simple Android app for viewing spherical panoramic images using the PanoramaGL library.
Or download the latest APK from the Releases Section.
- View 360° spherical panoramic images
- Touch navigation (pan, zoom)
- Gyroscope/accelerometer support for motion-based navigation
- Intent handling for opening/sharing images from other apps and the web
- Fullscreen immersive viewing experience
The app registers to handle image viewing intents, so you can:
- Share an image to Panoramicon from any gallery or file manager
- Choose "Open with Panoramicon" when viewing images
- Launch directly from file managers that support intent filtering
- Share a link to a panorama image from the browser or other apps
- Touch: Drag to pan around the panorama
- Pinch: Zoom in/out
- Motion: Tilt your device to look around (if accelerometer is enabled)
If you're looking for example panoramic images to use with the app, Wikimedia Commons has a large collection of freely licensed spherical panoramas available under Creative Commons licenses. You can browse and download images from:
- Spherical panoramas category - A wide collection of panoramas from various contributors
- Spherical panoramics by Domob - Panoramas contributed by the app developer
Simply download any equirectangular panorama image and open it with Panoramicon to explore it in full 360° view.
This is a standard Android project. To build:
gradle assembleDebug- PanoramaGL library (via submodule)
- AndroidX libraries
- Kotlin
- Package name:
eu.domob.panoramicon - Requires Android 13+ (API 33+)
The app assumes input images are spherical panoramas in equirectangular projection (360° x 180°). Regular photos may display but will not look correct in the viewer.
