Skip to content

paoletto/qmlpanorama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= QML Panorama viewer =

This is an implementation of a spherical viewer
for equirectangular pictures, also known as Photo Spheres,
or 360 pictures, in form of a QML element.
It can also display cube maps.

The element is implemented as a subclass of
QQuickFramebufferObject, and therefore the rendering is performed
entirely offscreen.
It is OpenGL ES 2.0 compatible, so it's supposed to run on all
platforms supported by Qt.

The support for equirectangular images and cube maps is implemented
in both cases by using a textured proxy geometry, in the first case
using a sphere and in the second case using a cube, quite like common
skyboxes.

See app for how to use the element in a working example

About

QML Panorama viewer element

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published