Skip to content

silamon/stellarium-web-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,453 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellarium Web Engine

About

Stellarium Web Engine is a JavaScript planetarium renderer using WebGL that can be embedded into a website.

Features

  • Atmosphere simulation.
  • Gaia stars database access (more than 1 billion stars).
  • HiPS surveys rendering.
  • High resolution planet textures.
  • Constellations.
  • Support for adding layers and shapes in the sky view.
  • Landscapes.

Build the javascript version

You need to make sure you have both emscripten and sconstruct installed.

# Setup emscripten path.
source $PATH_TO_EMSDK/emsdk_env.sh

# Build stellarium-web-engine.js and stellarium-web-engine.wasm
# This will also copy the files into html/static/js
make js

# Now see apps/simple-html/ to try the library in a browser.

Contributing

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

About

JavaScript planetarium engine

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 86.2%
  • C++ 10.6%
  • JavaScript 1.0%
  • Vue 1.0%
  • Python 0.4%
  • HTML 0.3%
  • Other 0.5%