3D map of our stellar neighbourhood, using ThreeJS
src | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
index.html | ||
input.csv | ||
input.example.csv | ||
LICENSE | ||
package.json | ||
README.md | ||
simbad4csv2json.js | ||
tsconfig.json | ||
yarn.lock |
Stellar Neighbours
An interactive 3D spherical map of surrounding stars, made with THREE.js.
Development Setup
yarn # install dependencies
yarn dev # run dev server
Build
yarn build