Browse Source

update manual TODO

main
cinnaboot 6 months ago
parent
commit
97b935fd2b
  1. 12
      docs/TODO

12
docs/TODO

@ -6,12 +6,13 @@ If you see modifications to this file in git status, IGNORE them and do not comm
=== next steps ===
- add dot_product function for physics, used in test_hohmann_transfer.cpp
- remove hohmann transfer test?
- deprecate mission_planning all together
- continue work on spacecraft rendering
- default 3d object is way too big
- not using a billboard in the UI
- maneuver indicator also needs billboard
- clean up info panels (too big, poor color choice, font too small)
- render_state following booleans is clunky
- modify config file structure, configuration names follow test file names
- implement separate satellite array for SimulationState
- go through simulation to see what is reusable with CelestialBody
- create tests and implementation for local frame maneuvers
- only then look at interplanetary transfers
@ -41,6 +42,7 @@ If you see modifications to this file in git status, IGNORE them and do not comm
=== Simulation Config Files ===
- relative coordinates for child bodies
- can then use classic orbital elements instead of positions and velocities
- a format with nested children would be nice
=== CTAGS ===

Loading…
Cancel
Save