- Messages
- 2,226
- Country

Hello Developers!
First I wish you all Happy Holidays
So, 2 days ago I started a small project with a verry good friend I met not so long ago: ChatGPT (yes, hes a real friend haha). I wanted to test its limit and its capacity and well... Im heavily impressed! it's working so well that I'm actually having something working right now!
The FS9/FSXers here might remember the cool 2D gauges we used to have right? well, there is one I found a few years ago when I was growing interrest in Classic/Vintage flying, The "Weatherships" gauge (it simulates the LORANs, HfDfs, Weatherships stations for navigation... old school haha), I read that the developer, Finn Jacobsen aka Wothan, won't updated it to MSFS but still said that anyone whas allowed to try. I still contacted him and confirmed to me that I could try to port his gauge, Thank you again to him for allowing me to try
. well, ChatGPT and I are trying to "port" one to MSFS, and so far, I'm impressed
.
I remember my first question to ChatGPT when I wanted to start the project was "Can we port an FSX gauge into MSFS as a Python app" (the same way as the CelNav app), and he sais Yes, and would be even better if the gauge was an .XML, guess what? they were XML!!!
Chat GPT did a first translation (.xml to .py), and I actually have something working. Of course, I'm verry far away from anything complete! but could be nice to share what we did, know that I NEVER EVEN Progammed anything, never used codes in my life, knowing nothing about Python. ChatGPT is a valuable collegue, I'm just time limited as I use the Free version, and since I send him files for corrections. it gets locked for a few houres.
About the code and datas I'm using, it's all from Wothan; the stations datas, frequency, mechanic etc, I only did "translations" for now. Of course, one of the main limitation I noticed with ChatGPT, it stuggels making a working GUI (the needles not working etc, so its all text for now).
Anyway, heres a picture
Lets me know what you think about it, you experience with ChatGPT for programmation etc, and if you know better solution for GUI creation (for now I place each labels manually in the code.. yes I do a little bit of editions
)
Once again, Happy holidays
Regards, Marc L
First I wish you all Happy Holidays
So, 2 days ago I started a small project with a verry good friend I met not so long ago: ChatGPT (yes, hes a real friend haha). I wanted to test its limit and its capacity and well... Im heavily impressed! it's working so well that I'm actually having something working right now!
The FS9/FSXers here might remember the cool 2D gauges we used to have right? well, there is one I found a few years ago when I was growing interrest in Classic/Vintage flying, The "Weatherships" gauge (it simulates the LORANs, HfDfs, Weatherships stations for navigation... old school haha), I read that the developer, Finn Jacobsen aka Wothan, won't updated it to MSFS but still said that anyone whas allowed to try. I still contacted him and confirmed to me that I could try to port his gauge, Thank you again to him for allowing me to try
I remember my first question to ChatGPT when I wanted to start the project was "Can we port an FSX gauge into MSFS as a Python app" (the same way as the CelNav app), and he sais Yes, and would be even better if the gauge was an .XML, guess what? they were XML!!!
Chat GPT did a first translation (.xml to .py), and I actually have something working. Of course, I'm verry far away from anything complete! but could be nice to share what we did, know that I NEVER EVEN Progammed anything, never used codes in my life, knowing nothing about Python. ChatGPT is a valuable collegue, I'm just time limited as I use the Free version, and since I send him files for corrections. it gets locked for a few houres.
About the code and datas I'm using, it's all from Wothan; the stations datas, frequency, mechanic etc, I only did "translations" for now. Of course, one of the main limitation I noticed with ChatGPT, it stuggels making a working GUI (the needles not working etc, so its all text for now).
Anyway, heres a picture
Lets me know what you think about it, you experience with ChatGPT for programmation etc, and if you know better solution for GUI creation (for now I place each labels manually in the code.. yes I do a little bit of editions
Once again, Happy holidays
Regards, Marc L




