0

We're starting a web application where we would like to implement virtual-tours of the most relevant parts of our university. For this we would most likely use 360° panoramic photos. The idea is to show the photos and add information over them ( I.E: markers, links, videos)

Now I have been looking for libraries in order to implement the application. For now it seems the best option to achieve virtual tours is to use Flash or Flex, still I wanted to ask wich ones are the best libraries to render 360 panoramic photos, and if there are any libraries implemented in other languages like Java or c#.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Pablo
  • 3,433
  • 7
  • 44
  • 62

1 Answers1

1

PanoSalado 2 is probably the most used. It's been around for awhile, works well, and is reasonably well documented.

blahdiblah
  • 33,069
  • 21
  • 98
  • 152
  • Do you know of any examples showing how to use it?. I have been searching for them however I just found the api documentation. – Pablo Feb 23 '12 at 14:46
  • Have a look at [Frank Dürr's Panosalado Viewer](http://www.frank-durr.de/panosalado2.html). – blahdiblah Feb 23 '12 at 17:53