Skip to content

coolStory24/physics_rocket-launch-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kabal space program

icon

Demo

demo

Run

We recomend to use virtualenv to run it:

python3 -m venv .env
. .env/bin/activate
pip3 install -r requirements.txt
cd simulator
python3 main.py

Show help message:

python3 main.py --help

Building graphics

graphic graphic graphic

You can use -g or --build-graphics option to build graphics when rocket lands.

python3 main.py --build-graphics

Warning: building graphics for mars voyage requires 12G ram(TODO: optimise2)

Configure

Confige file: simulator/config.py.

Hotkeys

  • c - show/hide entities text markers
  • h - show/hide gui widgets
  • w, a, s, d and arrows for navigation
  • +, - for scale
  • mouse for navigation and scale
  • [, ] - to change time acceleration
  • space - pause
  • click on entity to follow it
  • escape to unfollow entity

About

MIPT HSSE Physics project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages