3D map of our stellar neighbourhood, using ThreeJS
Find a file
Norman Köhring cf2d80fc39 added footer
2025-01-31 16:19:04 +01:00
src more star info, spectral color display 2023-01-28 01:59:11 +01:00
.eslintrc.cjs initial 2023-01-22 19:17:14 +01:00
.gitignore initial 2023-01-22 19:17:14 +01:00
.prettierrc initial 2023-01-22 19:17:14 +01:00
index.html added footer 2025-01-31 16:19:04 +01:00
input.csv more star info, spectral color display 2023-01-28 01:59:11 +01:00
input.example.csv more star info, spectral color display 2023-01-28 01:59:11 +01:00
LICENSE adds MIT license file 2023-01-22 19:22:35 +01:00
package.json add all the stars, better visibility 2023-01-23 16:15:23 +01:00
README.md adds screenshot to readme 2025-01-30 17:11:49 +01:00
scrot.jpg adds screenshot to readme 2025-01-30 17:11:49 +01:00
simbad4csv2json.js more star info, spectral color display 2023-01-28 01:59:11 +01:00
tsconfig.json initial 2023-01-22 19:17:14 +01:00
yarn.lock add all the stars, better visibility 2023-01-23 16:15:23 +01:00

Stellar Neighbours

An interactive 3D spherical map of surrounding stars, made with THREE.js.

Screenshot

Development Setup

yarn # install dependencies
yarn dev # run dev server

Build

yarn build