Skip to content

winsun/Pano.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Pano.js

The aim of this project is to provide a fast and lightweight library that helps to display online panorama scene. Pano.js is based upon Javascript and HTML5 technology. It uses WebGL for efficient hardware accelerated display. For older browsers where WebGL is not available, a canvas 2D rendering backend will be enabled as a fallback.

How to

Pano.js can be easily integrated into online applications. The simplest usage only requires a single line:

var view = new Pano.View(canvas_tag, {equirectangular: 'my_panorama.jpg'});

This creates an instance of Pano.View, then loads a panorama image and displays it in a given canvas element.

Live Examples

chapel demo station demo iphone demo square demo

About

Lightweight panorama viewer based upon Javascript and HTML5 technology.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published