So, I asked ChatGPT to create a simple KSP mod to show distribution of mass in my rockets, sorted by position, mass and aggregated by type.
I created this with no KSP modding experience, a basic understanding of Unity and moderate C# skills.
I did not even have to write a single line of code.
It took me around 2 hours to have a version without issues. All issues were likewise solved by ChatGPT itself. I did not write a single line of code.
The only change I did manually is resize the screen.... I tried to make the window resizable but chatGPT struggled to have a working version (window was resizable but the handler was glitchy and started to lopp through different unity UI API versions and I reverted back). This is science fiction...
All the prompts and the code can be found here: <a href="https://github.com/mihemihe/MassChart">https://github.com/mihemihe/MassChart</a>