The WorldWide Telescope web client lets you explore the universe in your browser.
Перейти к файлу
Peter Williams 047580e8c6 dataproxy/SearchData.js: default many more fields
This allows us to shrink the searchdata file by about 10%. This
implementation needs to be kept in sync with the `emit-searchdata`
command of the tool in the `wwt-core-catalogs` repo, which is now used
to create the search data index file.
2022-07-06 11:05:50 -04:00
.config/cranko Basic Cranko bootstrap 2020-10-12 12:20:00 -04:00
assets dataproxy/Places.js: update to new explorerootweb URL 2022-07-06 11:04:25 -04:00
bootstrap-3.4.1/less Import Bootstrap 3.4.1 and use it manually 2020-03-21 17:49:06 -04:00
ci ci/azure-deployment.yml: remove debug foo and log diagnosis 2021-03-02 17:38:20 -05:00
controllers Add donation links in a few places 2021-11-12 15:37:02 -05:00
css Fixed thumbnail size for healpix thumbnails 2020-12-10 10:19:12 +01:00
dataproxy dataproxy/SearchData.js: default many more fields 2022-07-06 11:05:50 -04:00
directives Try to use the webclient static assets prefix everywhere in the JS code too. 2020-03-27 21:05:18 -04:00
ext Simplify JS code causing browser console warnings 2020-03-21 18:10:19 -04:00
factories Simplify loading of search data 2022-07-05 17:11:18 -04:00
fonts fonts/: manually import the glyphicons fonts 2020-03-21 17:47:10 -04:00
images images/aas-white110.png: finally update AAS logo 2021-11-12 15:09:53 -05:00
misc misc/move.js: reformat 2020-03-29 22:19:43 -04:00
views views/modals/intro.html: past-tense WWT 2022 launch 2022-02-15 10:12:53 -05:00
.editorconfig Moved grunt to root. Added bower and bower.json to manage external scripts. reconfigured gruntfile, package.json. 2015-01-24 21:04:36 -08:00
.gitattributes Moved grunt to root. Added bower and bower.json to manage external scripts. reconfigured gruntfile, package.json. 2015-01-24 21:04:36 -08:00
.gitignore Add different "build profiles" 2020-03-27 20:05:19 -04:00
CHANGELOG.md README.md, CHANGELOG.md: update 2020-10-12 13:01:07 -04:00
Gruntfile.js controllers/modals/ColorPickerController.js: normalize filename capitalization 2020-12-03 10:33:14 -05:00
LICENSE Update/re-import some infrastructure files 2020-03-21 17:38:15 -04:00
README.md README.md: must have lost my NPM badge edit 2020-10-12 14:31:20 -04:00
app.js app.js: update searchdata URL in prep for format change 2022-07-06 11:03:42 -04:00
default.aspx default.aspx: turns out this file is more important than I realized 2020-03-29 18:50:29 -04:00
favicon.ico move webclient to its own directory 2014-11-26 17:49:08 -08:00
index.html index.html: load pako and uuid early for updated webgl-engine 2022-03-29 14:27:31 -04:00
package.json package.json: remove very outdate Node engine specification 2021-11-12 14:49:09 -05:00
profile-dev.yml Prepare to go live 2020-04-04 21:13:56 -04:00
profile-prod.yml Update hosted engine URLs 2020-10-12 13:21:53 -04:00
profile-testing.yml Update hosted engine URLs 2020-10-12 13:21:53 -04:00

README.md

Build Status npm

The AAS WorldWide Telescope Web Client

The “web client” of the AAS 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.

Building and Testing

In order to build and test the app, you need:

  1. Node.js, specifically the npm command. If you need to install Node.js, use your operating systems package manager or visit nodejs.org for installation instructions.
  2. The Grunt task runner, specifically the grunt command. Once again, install it using your operating systems package manager or see the Grunt website.

The first time you check out these files, run:

npm install

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

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

The AAS WorldWide Telescope system is a .NET Foundation project. Work on WWT has been supported by the American Astronomical Society (AAS), the US National Science Foundation (grants 1550701 and 1642446), the Gordon and Betty Moore Foundation, and Microsoft.

Legalities

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