All Projects → Stellarium → Stellarium Web

Stellarium / Stellarium Web

Licence: agpl-3.0
An open source planetarium running in your web browser

Projects that are alternatives of or similar to Stellarium Web

Astrolib.jl
Bundle of small astronomical and astrophysical routines.
Stars: ✭ 48 (-60.33%)
Mutual labels:  astronomy
Adstex
Automated generation of NASA ADS bibtex entries directly from citation keys in your TeX source files
Stars: ✭ 89 (-26.45%)
Mutual labels:  astronomy
Gdl
GDL - GNU Data Language
Stars: ✭ 104 (-14.05%)
Mutual labels:  astronomy
Ccdproc
Astropy affiliated package for reducing optical/IR CCD data
Stars: ✭ 59 (-51.24%)
Mutual labels:  astronomy
Rduinoscope
rDUINOScope - Arduino based telescope control system (GOTO)
Stars: ✭ 75 (-38.02%)
Mutual labels:  astronomy
Swiftaa
The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
Stars: ✭ 91 (-24.79%)
Mutual labels:  astronomy
Fitsio
fitsio is a pure-Go package to read and write `FITS` files
Stars: ✭ 40 (-66.94%)
Mutual labels:  astronomy
Notebooks
Curated Notebooks from STScI
Stars: ✭ 117 (-3.31%)
Mutual labels:  astronomy
Starlink
Starlink Software Collection
Stars: ✭ 87 (-28.1%)
Mutual labels:  astronomy
Space Reads
A big list of space book and whitepaper recommendations.
Stars: ✭ 96 (-20.66%)
Mutual labels:  astronomy
Pytransit
Fast and easy exoplanet transit light curve modelling.
Stars: ✭ 65 (-46.28%)
Mutual labels:  astronomy
Astronomia
An astronomical library
Stars: ✭ 75 (-38.02%)
Mutual labels:  astronomy
Pyastronomy
A collection of astronomy-related routines in Python
Stars: ✭ 91 (-24.79%)
Mutual labels:  astronomy
Imexam
imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
Stars: ✭ 57 (-52.89%)
Mutual labels:  astronomy
Solar System Threejs
The Solar System: Modeled to scale with Three.js
Stars: ✭ 107 (-11.57%)
Mutual labels:  astronomy
Skypy
SkyPy: A package for modelling the Universe.
Stars: ✭ 41 (-66.12%)
Mutual labels:  astronomy
Pyautolens
PyAutoLens: Open Source Strong Gravitational Lensing
Stars: ✭ 90 (-25.62%)
Mutual labels:  astronomy
Western constellations atlas of space
Code, data, and instructions to map every star you can see from Earth
Stars: ✭ 121 (+0%)
Mutual labels:  astronomy
Jwst
Python library for science observations from the James Webb Space Telescope
Stars: ✭ 115 (-4.96%)
Mutual labels:  astronomy
Stingray
Anything can happen in the next half hour (including spectral timing made easy)!
Stars: ✭ 94 (-22.31%)
Mutual labels:  astronomy

stellarium-web client

A light version of Stellarium running in the browser. It is mostly Graphical User Interface for Stellarium Web Engine, a light C sky display engine, compiled into Web Assembly.

stellarium-web.org

This is a Vuejs project, which can generate a fully static webpage with webpack.

Build setup using Docker

Make sure docker is installed, then:

# generate the docker image
make setup

# and run the development version
make dev

# compile a production version of the site with minification
make build

# and finally to host it on a test server (http://localhost:8000)
make start

Build Setup without Docker

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Contributing

In order for your contribution to Stellarium Web to be accepted, you have to sign the Stellarium Web Contributor License Agreement (CLA).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].