https://github.com/zachbateman/solar_system
Python 3D model of how a solar system forms under the force of gravity.
https://github.com/zachbateman/solar_system
Last synced: 10 months ago
JSON representation
Python 3D model of how a solar system forms under the force of gravity.
- Host: GitHub
- URL: https://github.com/zachbateman/solar_system
- Owner: zachbateman
- Created: 2019-05-12T05:24:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T21:11:25.000Z (over 4 years ago)
- Last Synced: 2025-03-23T15:35:33.483Z (about 1 year ago)
- Language: Python
- Size: 295 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solar_system
solar_system Python project that models how a solar system forms in 3D. Many particles are initially created and then allowed to move under the force of gravity.
- Example Run
```sh
SolarSim(TOTAL_TIME=50000, INITIAL_SPACEBODIES=5000, ANIMATION_INTERVAL=50, FRAME_SAMPLE_RATE=15)
```

License
----
TODO