MOARdV / AvionicsSystems

MOARdV's Avionics Systems for Kerbal Space Program - a new generation of IVA enhancement.
Other
52 stars 26 forks source link

Implement a general-purpose touch-screen MFD #288

Open MOARdV opened 4 years ago

MOARdV commented 4 years ago

Something like an uber-MFD that does everything? See how far I can push MAS and the touch-screen implementation.

EDIT 26APR22:

Top level home page contains the standard verbiage, plus DISPLAY and CONFIG touch-buttons. Pressing either of them brings up a new page with multiple buttons, each of which select either a functional MFD display page, or the configuration page for the MFD page:

MOARdV commented 4 years ago

A second reason to do this - it looks like I've accidentally deleted the first work-in-progress MFD design. And a 3rd reason - I started documentation on how to make touch screen MFDs, but I burned out before I finished it.

Some brainstorming on the MFD:

One idea I have is, at the top level, have a button on the left for "Display", and on the right for "Manage". Touching one of them brings up a menu along that side of different screens (Launch, Flight, Orbit, Intercept, Dock, Landing, Navigation, etc). Using the same labels in the same order makes it easier to learn your way around. There are other pages that I'll need, but that's a start.