Jonathan.
Jonathan.

Reputation: 55594

Panorama viewer for website

Is there a panorama viewer for a website which is not Flash/Silverlight/Plugin base? I have the image which is exactly 360, but I don't want the viewer to need flash or any other plugin.

Upvotes: 2

Views: 13639

Answers (3)

pchen66
pchen66

Reputation: 36

There are a number of HTML5 (Javascript based) panorama viewers:

KRpano - http://krpano.com/

Pannellum - (github.com/mpetroff/pannellum)

JQuery Panorama Viewer - (github.com/peachananr/panorama_viewer)

I've been working on a javascript library Panolens as well, which is quite similar to above solutions but with much less procedures and support of 3D creation (built on top of Three.JS). Hope it helps anyone!

Upvotes: 2

JackLeo
JackLeo

Reputation: 4740

you should search some in these:

http://www.all-in-one.ee/~dersch/

http://wiki.panotools.org/Panorama_Viewers

https://github.com/leandigo/leanorama

Hope it will help.

Upvotes: 3

axxel
axxel

Reputation: 1119

If you can afford not having to worry about IE then WebGL based viewers should be the "future proof" solution. Here are a couple of pointers:

Upvotes: 4

Related Questions