Go to file
Krafpy b7e2ec92ab Added circularization maneuver.
- Added circularization calculation in `TrajectoryCalculator` with new maneuver type
- Added display of the circularization step
- Edited the related paragraph in the page
2021-08-17 13:16:24 +02:00
2021-08-16 09:52:27 +02:00
2021-08-17 13:16:24 +02:00
2021-08-15 21:31:25 +02:00
2021-08-15 21:31:25 +02:00
2021-08-16 17:30:26 +02:00
2021-08-15 21:31:25 +02:00
2021-08-17 13:16:24 +02:00
2021-08-15 19:12:07 +02:00
2021-08-15 21:31:25 +02:00
2021-08-17 13:16:24 +02:00
2021-08-16 13:08:55 +02:00
2021-08-17 11:40:20 +02:00

Multiple Gravity Assist Trajectory Planner for KSP

An online tool providing automatic design of trajectories with multiple gravity assists for Kerbal Space Program.

Example trajectory

Dependencies

This project requires type definitions for THREE.js, Chart.js and js-yaml. They can be obtained with the following commands:

npm install --save-dev @types/three
npm install --save-dev @types/js-yaml
npm install --save-dev @types/chart.js

Used resources

Description
An online tool providing automatic design of trajectories with multiple gravity assists for Kerbal Space Program.
Readme 699 KiB
Languages
TypeScript 71%
JavaScript 16%
HTML 9.6%
CSS 3.4%