We recomend to use virtualenv to run it:
python3 -m venv .env
. .env/bin/activate
pip3 install -r requirements.txt
cd simulator
python3 main.pyShow help message:
python3 main.py --helpYou can use -g or --build-graphics option to build graphics when rocket lands.
python3 main.py --build-graphicsWarning: building graphics for mars voyage requires 12G ram(TODO: optimise2)
Confige file: simulator/config.py.
c- show/hide entities text markersh- show/hide gui widgetsw,a,s,dand arrows for navigation+,-for scalemousefor navigation and scale[,]- to change time accelerationspace- pause- click on entity to follow it
escapeto unfollow entity



