- Messages
- 5
- Country
Hello everyone. I just wanted to share a project I've been working on the last couple days. [Working title "FSX Empire"]
For any developers that wanted to dive into the code I wanted to share at the beginning stages (before it gets too large).
The source code can be found here: https://github.com/ScienceExp/FSX-Empire-Basic
It creates a simple local server to communicate between FSX and Google Earth. I'm particularly proud of the math for the camera.
You can rotate the camera using the 'n' and 'm' keys and pitch the camera using the ',' and '.' keys.
The Keys can be changed by changing the values in the settings.ini file that is generated. (Next versions I want to add head tracking.)
It also has a simple Co-Pilot that can currently manage 4 variables of the plane.
There is also simple speech synthases that is ready to be put into use. (Next versions will add voice commands)
You can disable google earth and just mess with the Co-Pilot by editing the flag in the Settings.ini.
For any developers that wanted to dive into the code I wanted to share at the beginning stages (before it gets too large).
The source code can be found here: https://github.com/ScienceExp/FSX-Empire-Basic
It creates a simple local server to communicate between FSX and Google Earth. I'm particularly proud of the math for the camera.
You can rotate the camera using the 'n' and 'm' keys and pitch the camera using the ',' and '.' keys.
The Keys can be changed by changing the values in the settings.ini file that is generated. (Next versions I want to add head tracking.)
It also has a simple Co-Pilot that can currently manage 4 variables of the plane.
There is also simple speech synthases that is ready to be put into use. (Next versions will add voice commands)
You can disable google earth and just mess with the Co-Pilot by editing the flag in the Settings.ini.