BangleApps/apps/planetarium
Pablo Gonzalez fa0b2c7d08 adding a few more constellations 2021-01-29 11:05:21 +01:00
..
README.md updating readme 2021-01-28 18:47:59 +01:00
planetarium-icon.js adding a few more constellations 2021-01-29 11:05:21 +01:00
planetarium.app.js adding a few more constellations 2021-01-29 11:05:21 +01:00
planetarium.data.csv adding a few more constellations 2021-01-29 11:05:21 +01:00
planetarium.png planetarium 2021-01-28 18:07:39 +01:00
settings.js bug in settings. fixing 2021-01-28 21:32:51 +01:00

README.md

Planetarium

This planetarium takes your position and time and plots the sky as it is.

No planets, or moon, only stars. It can show the 350 most brilliant stars in the sky.

Plan is to show also constellations, but this is work in progress. Now it shows Taurus and Orion as examples.

I think code is quite optimized already. It runs as fast as I could make it run. If someone has some ideas to speed it up, I could plot more stars.

Basic equations to compute declination and right ascension for stars where taken from this github repo.