A series of krpano plugins by Aldo Hoeben / fieldOfView
-
autolevels
A plugin that dynamically applies an autolevels effect to the krpano view. When properly used, this can mimic autoexposure of a (video-)camera, or the adaptation of the human perceptive system. -
clipboard
A plugin that provides write-only access to the clipboard. This is useful eg to put a link to the current view into the viewer's clipboard. -
dblclick
A plugin that adds a doubleclick event to krpano. -
gyro
A plugin that uses the gyroscope in devices such as the iPhone 4 and iPad2 to control the view. -
string
A plugin that adds string manipulation functions to krpano. -
vectormath
A plugin that adds vector-math calculations to krpano.
The plugins folders contain examples which demonstrate the use of each plugin. For the examples to work out of the box, the fovplugins package expects to be located inside the krpano folder (ie at the same level as the plugins folder).
To build the plugins from the supplied source files, you need the open source Flex SDK, version 3.2 or newer.
To compile a swf, use the following commandline options (in a single line): mxmlc -target-player=10.0.0 -use-network=false -static-link-runtime-shared-libraries=true [filename].as
The plugins can be used free of charge and the source code is available under a Creative Commons Attribution license.