8000 GitHub - MadMax129/AstroFinal: Asto170 Cosmology Final Project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MadMax129/AstroFinal

Folders and files

NameName
Last commit message
Last c 8000 ommit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASTO170 Final Project

Simulate and observe orbital mechanics Demo of Orbital Simulation

Run

Once followed steps in build

cd src
python main.py
Key Function
a zoom out
d zoom in
o slow down time
p speed up time

Drag and click to move camera view.

Click on preset buttons to view simuation.

Adding more

To simualate something new go into "presets.py"

In the function "get_presets()" add a Preset() into the list, it will automatically be update on the screen. Following the documentation notes in class Preset to understand units and strucutre.

Build

# Used Python3.12
python -m venv ./env
source ./env/bin/activate
pip install -r requirements.txt

About

Asto170 Cosmology Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0