- Notifications
You must be signed in to change notification settings - Fork10
A real-time interactive WebGL visualisation of objects in Earth orbit
ajmas/StuffInSpace
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Original author: James Yoder (https://github.com/jeyoder)
A real-time interactive WebGL visualisation of objects in Earth orbit.
- Install dependencies:
npm run install - Run the project
npm run dev
Connect to it athttp://localhost:5173
- Install dependencies:
npm run install - Build the project
npm run build
The resulting assets will be in thedist folder, which you canthen make available on your website.
Note, the current setup assumes the project will be run at the rootof the website.
While TLE data (Two-Line Elements) is included in the project, it won't be up to date.
If you wish to get current TLE data, then head over toSpace Track,login and then you can use the following URL:
Once you have the latest data, then updatepublic/data/TLE.json, if running indevelopment ordata/TLE.json if deployed.
MIT license
About
A real-time interactive WebGL visualisation of objects in Earth orbit
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- TypeScript75.2%
- CSS10.9%
- HTML6.1%
- JavaScript3.3%
- GLSL2.5%
- Shell2.0%