Describes the setup, development process, API set and samples to aid developers in building their own applications with the WWT Webclient.
Перейти к файлу
Phil Rosenfield 1c5580bc68 playing with theme 2017-08-08 14:47:55 -04:00
images first commit 2017-07-29 16:12:58 -04:00
README.md first commit 2017-07-29 16:12:58 -04:00
SUMMARY.md first commit 2017-07-29 16:12:58 -04:00
book.json playing with theme 2017-08-08 14:47:55 -04:00
samples.md first commit 2017-07-29 16:12:58 -04:00
webcontrolobjects.md trying api theme 2017-08-08 14:45:25 -04:00
webcontrolsetup.md Updates webcontrolsetup.md 2017-08-08 18:35:30 +00:00

README.md

WorldWide Telescope Web Control Script Reference for HTML5

Web Control scripts are used to customize the WorldWide Telescope web client. This document describes the setup, development process, API set and samples to aid developers in building their own applications. The customization scripts are written in JScript and embedded in an html file, and along with custom data files, can be used to do one or more of the following tasks:

  • Create custom viewing interfaces
  • Add images to the view, with their own annotations
  • Add annotations to existing images
  • Load in and interact with a VO (Virtual Observatory) table
  • Load and play tours
  • Change the settings for a view

Note that currently the SDK only applies to the Sky view of WorldWide Telescope, and not the Earth, Planet, Panorama or SolarSystem views.

Attention Silverlight users

The Silverlight implementation of the Worldwide Telescope has been deprecated. Please see this conversion tutorial to help you convert any Silverlight code to the new HTML5 implementation.