PV is a JavaScript viewer to visualize protein structures directly in the browsers. It's super-fast and and easy to integrate into your website and does not require any plug-ins to be installed.
PV is the default protein-viewer available in SWISS-MODEL.
Interested to see what PV can do for you? Then have a look at this simple demo page available here.
The development of PV happens in the open. The complete source code is available on github.
PV uses WebGL for rendering. It has been implemented with high performance in mind and is able to render very large molecules at interactive frame rates. Notable features include:
|
|
PV was developed out of frustration with the current situation of protein viewers in the web. The Java-based nature of these viewers made it increasingly difficult to integrate them in websites. For example, with the recent Java security updates, users are prompted a multitude of pop-up boxes and check-boxes that need checking before being able to use the applet. In addition, starting the applet would freeze the browser for multiple seconds, which is really not acceptable. PV circumvents these issues by being implemented in JavaScript.