Skip to content
JKamue edited this page Jul 12, 2020 · 1 revision

Contributing

If you have a idea on how to improve our UI, you can open an issue or make a pull request! Everybody is allowed to contribute to this repository!

MainScreen

The main screen shows the currently selected rocket. It has multiple zoom levels controlable with your mouse wheel.

The background color will slowly fade darker until an altitude of 80km is reached.


MainScreen

InfoScreen

The InfoScreen was introduced in v0.2 and optimized in v0.3.

It displays a lot of important information on the currently selected Rocket.

You can also use it to interact with the rocket in multiple different ways.

  • You can switch the rocket using the dropdown at the top
  • You can change the warp speed using the button in the top right
  • You can set the thrust percentage
  • You can set the angle of the rocket

One new feature I want to highlight in particular is the Forcedial. It's an instrument visualizing the different forces of the selected rocket as well as the angle of its current momentum.

The different forces are color coded:

  • Green: Thrust
  • Blue: Gravity
  • Red: Drag
  • Black: Resulting force of forces listed above
  • Orange: Visualizing angle of current momentum


InfoScreen

OrbitScreen

The orbit screen will be introduced in v0.3. At the moment it's still in developement and there will be a lot of improvements to it in v0.4.


InfoScreen

Clone this wiki locally