You are browsing as a guest. Sign up (or log in) to start making projects!

8h 6m 54s logged

Devlog 8: Kerbal Gravity Program

For anyone who’s new here, KGRP is a mission planning tool I’m building for KSP (and hopefully real-world missions too). The goal is to make planning orbital transfers and interplanetary missions a lot easier. Think of it as something inspired by libraries like Skyfield and Poliastro, but with a bigger focus on actually planning missions


Today and the days after i gave my last devlog were actually useful, i mainly just created a new class based system (yes i am forced to, because my idea needs tooo many moving parts) called the Ticket:

  • The Ticket allows you to plan entire journeys using TicketEvents, stuff that define what can happen to a spacecraft (14 of them).

for example, you can have a ticket that contains a maeuver, a coast, an rcs translation, a docking and more.

and one more thing, instead of a CLI (one command and forget), i am instead making a REPL (it remembers what you did).

so yeah, that sums most of it up and also i made a new banner for KGRP (kinda yay???)

What’s next

so the main thing is to just start making the REPL using prompt-toolkit and other stuff.

until then, see ya

0
24

Comments 3

@MathBty

this really looks like a cool project, keep on the work! I love space-related projects

@Systemic_speed

yeah, this is actually one of my best projects, till date, basically a magnum opus, btw, use git, install it use the classes and well, if there is any feedback, come back here

@Systemic_speed

in fact, the codebase is so damn large that i have to ask ai agents to help me in stuff