• Stars
    star
    104
  • Rank 329,115 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 10 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The WorldWide Telescope web client lets you explore the universe in your browser.

Build Status npm Powered by NumFOCUS

The WorldWide Telescope Web Client

The “web client” of WorldWide Telescope (WWT) is a web application that lets you explore the universe from the comfort of your chair.

https://worldwidetelescope.org/webclient/

Learn more about WWT here.

The webclient is an AngularJS web app powered by the WWT WebGL Engine JavaScript library.

The WorldWide Telescope project uses an open governance model and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

Building and Testing

In order to build and test the app, you need: Node.js, specifically the npm command. If you need to install Node.js, use your operating system’s package manager or visit nodejs.org for installation instructions.

The first time you check out these files, run:

npm install

Once that has been done, you can build the website with:

npx grunt dist-dev

This will create the app files in the dist subdirectory of your repository checkout. To test, all you need is a local HTTP file server pointing at that subdirectory. We recommend:

npx http-server dist

This server (and most other static-file servers) will print out a URL that you can visit to test out the web client locally.

There are also dist-prod and dist-localtest tasks that configure the build slightly differently — consult the profile-*.yml files, especially profile-prod.yml, to see the parameters that change. By creating a profile-localtest.yml file derived from profile-dev.yml, you can monkey with some low-level settings if you need to do so for testing purposes.

Deployment

Merges to the master branch of this repository will be built and automatically deployed to the testing version of the webclient:

https://worldwidetelescope.org/testing_webclient/

The production webclient is updated by creating a new release, which is done using Cranko workflows.

Getting involved

We love it when people get involved in the WWT community! You can get started by participating in our user forum or by signing up for our low-traffic newsletter. If you would like to help make WWT better, our Contributor Hub aims to be your one-stop shop for information about how to contribute to the project, with the Contributors’ Guide being the first thing you should read. Here on GitHub we operate with a standard fork-and-pull model.

All participation in WWT communities is conditioned on your adherence to the WWT Code of Conduct, which basically says that you should not be a jerk.

Acknowledgments

Work on the WorldWide Telescope system has been supported by the American Astronomical Society (AAS), the .NET Foundation, and other partners. See the WWT user website for details.

Legalities

The WWT code is licensed under the MIT License. The copyright to the code is owned by the .NET Foundation.

More Repositories

1

wwt-windows-client

WorldWide Telescope Windows Application
C#
178
star
2

pywwt

Python interface to WorldWide Telescope 🌌
Python
49
star
3

wwt-website

The WorldWide Telescope core data web server and Communities app.
C#
43
star
4

worldwidetelescope.github.io

The hub website for contributors to WorldWide Telescope.
SCSS
32
star
5

wwt-tile-sdk

This SDK support the development of pipelines for large scale processing of WWT compatible TOAST and Mercator Tiles for both image tiles and DEM tiles, including sky and planetary surface images.
C#
23
star
6

wwt-webgl-engine

The full WorldWide Telescope rendering engine in JavaScript with WebGL
JavaScript
20
star
7

wwt-remote

Cluster Controller for WorldWide Telescope running in multi-channel domes, power walls and other multiple machine or headless operation
C#
13
star
8

pywwt-notebooks

Example notebooks for pywwt, the Python interface to WorldWide Telescope
Jupyter Notebook
12
star
9

wwt-user-website

The source code for the main user-facing WorldWide Telescope website.
SCSS
8
star
10

wwt-excel-plugin

An Excel Plugin for WorldWide Telescope to bind visualizations in WWT to Excel Spreadsheets and tables
C#
8
star
11

wwt-kinect-swing-control

A swing control interface for WorldWide Telescope that allows you to swing your was thru space.
C#
6
star
12

wwt-jupyterlab

WorldWide Telescope embedded as an app within JupyterLab.
TypeScript
4
star
13

worldwide-telescope-docs-hub

Source code for the WWT documentation hub website.
SCSS
2
star
14

worldwide-telescope-tour-authoring-guide

The AAS WorldWide Telescope Tour Authoring Guide.
2
star
15

wwt_data_formats

Low-level Python package for working with various WorldWide Telescope data formats.
Python
2
star
16

wwt-web-examples

Live examples of how to use the WWT web toolkit.
HTML
2
star
17

buildbox

A Vagrant box for compiling AAS WorldWide Telescope on non-Windows machines
PowerShell
1
star
18

.github

1
star
19

worldwide-telescope-advanced-guides

Advanced documentation guides for WWT
Shell
1
star
20

webclient-es7

A new temp repo to show work in progress as I convert the client code from angular, es5, webforms, and grunt to ES7, Vue, and webpack.
JavaScript
1
star
21

wwtdoc-misc

Miscellanous GitBook docs for WorldWide Telescope
1
star
22

worldwide-telescope-data-guide

The WorldWide Telescope Data Guide.
1
star
23

worldwide-telescope-diy-planetarium-dome-guide

The WorldWide Telescope Do-It-Yourself Planetarium Dome Guide
HTML
1
star
24

original-wwt-web-client

The original wwt-web-client Git repository — mixes current web client, wwt-webgl-engine, and large generated files
JavaScript
1
star
25

wwt_api_client

A Python client library for the WWT backend web services.
Python
1
star
26

wwt-terraform-infra

Terraform templates for WWT cloud infrastructure.
HCL
1
star
27

wwt_kernel_data_relay

A Jupyter Server extension enabling kernels to publish data to predictable URLs
Python
1
star