Describes the setup, development process, API set and samples to aid developers in building their own applications with the WWT Webclient.
Перейти к файлу
Peter Williams 93341c1c08 README.md: document supercession 2022-02-14 18:13:13 -05:00
images adding samples page 2017-10-02 12:05:22 -04:00
README.md README.md: document supercession 2022-02-14 18:13:13 -05:00
SUMMARY.md first commit 2017-07-29 16:12:58 -04:00
book.json playing with theme 2017-08-08 15:05:07 -04:00
samples.md added control demos 2017-10-02 12:39:52 -04:00
webcontrolobjects.md fixing links 2017-08-08 18:57:41 -04:00
webcontrolsetup.md fixing links 2017-08-08 18:45:22 -04:00

README.md

This Repository Has Been Superseded

Everything in this documentation is wildly out of date. To script WWT in web contexts, see the WWT Research App documentation and the WWT WebGL engine documentation.

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.