Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chidiwilliams/3d-orbit-simulation
3D simulation of the Earth orbiting the Sun
https://github.com/chidiwilliams/3d-orbit-simulation
3d astronomy orbital-simulation simulation three-js threejs
Last synced: 3 months ago
JSON representation
3D simulation of the Earth orbiting the Sun
- Host: GitHub
- URL: https://github.com/chidiwilliams/3d-orbit-simulation
- Owner: chidiwilliams
- Created: 2020-02-29T15:47:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T00:56:00.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T19:27:12.779Z (4 months ago)
- Topics: 3d, astronomy, orbital-simulation, simulation, three-js, threejs
- Language: JavaScript
- Homepage: https://chidiwilliams.github.io/3d-orbit-simulation/
- Size: 5.66 MB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Orbit simulation](thumbnail-wide.png)
# 3D Orbit Simulation
**Website:** [chidiwilliams.github.io/3d-orbit-simulation](https://chidiwilliams.github.io/3d-orbit-simulation/)
A 3D simulation of the Earth orbiting the Sun using [Three.js](https://threejs.org/).
This project uses the physics and math equations from [Evgenii's simulation](https://evgenii.com/files/2016/09/earth_orbit_simulation/the_complete_code/). Please refer to the [Evgenii's blog post](https://evgenii.com/blog/earth-orbit-simulation/) for more information how the equations are derived.
## Improvements
- [ ] Add camera views for arbitrary points on the sun and earth to visualize the movement of the other body