Docking-Port-Alignment-Indicator
Docking-Port-Alignment-Indicator copied to clipboard
Official repository of the DPAI mod for Kerbal Space Program
Speaks for itself. KSPaedia creation tutorial : https://forum.kerbalspaceprogram.com/index.php?/topic/137628-kspedia-creation-tutorial/
Improve performance, reduce garbage collection. Hopefully fix or make it easier to implement #13 and #14 Forum thread tutorial : https://forum.kerbalspaceprogram.com/index.php?/topic/151354-unity-ui-creation-tutorial/
The current in-game background is quite large and intrusive; allow users to select their own background. Issue: How to handle the other UI elements such as the preferences button, currently...
Current implementation allows click-through to underlying game elements. Not a big deal, since during docking people are usually concentrating on RCS control, but generally should be fixed.
Get rid of our own preferences dialog and use the in-game preferences dialog. Easier, unified, less code, more integrated. What's not to like?
I'd really like to be able to send y'all a thank you gift/donation, but I don't see a Patreon/Ko-Fi/$DonationPlatform link. How can we express our gratitude? Thanks for all the...
A lot of the code could do with some refactoring and turn from polling into event-driven code. This should make the code more readable as well as more performant.