feat(dissertation): add flight simulator plugin subsection in decisions

This commit is contained in:
Anthony Berg
2024-04-21 16:06:21 +01:00
parent b1ce17d6f5
commit 6d570e520e
3 changed files with 37 additions and 0 deletions

View File

@@ -94,4 +94,19 @@
which would allow for leeway if a server would be needed which would allow for leeway if a server would be needed
\end{itemize} \end{itemize}
\subsection{Flight Simulator Plugin}
\begin{itemize}
\item There are two main choices for flight simulators that can be used
for professional simulation
\begin{itemize}
\item X-Plane~\cite{x-plane}
\item Prepar3D~\cite{p3d}
\end{itemize}
\item X-Plane was the choice due to having better documentation for the SDK, and a variety
of development libraries for the simulator itself
\item For the plugin itself, there was already a solution developed by NASA, X-Plane Connect~\cite{xpc}
that is more appropriate due to the time limitations and would be more likely to be reliable
as it has been developed since 2015
\end{itemize}
\end{document} \end{document}

Binary file not shown.

View File

@@ -163,3 +163,25 @@
urldate = {2024-04-21}, urldate = {2024-04-21},
} }
@online{x-plane,
author = {Laminar Research},
title = {X-Plane | The worlds most advanced flight simulator.},
url = {https://www.x-plane.com/},
urldate = {2024-04-21},
}
@online{p3d,
author = {Lockheed Martin Corporation},
title = {Prepar3D Next Level Training. World class simulation. Be ahead of
ready with Prepar3D.},
url = {https://www.prepar3d.com/},
urldate = {2024-04-21},
}
@online{xpc,
author = {NASA Ames Research Center Diagnostics and Prognostics Group},
title = {X-Plane Connect},
url = {https://github.com/nasa/XPlaneConnect},
urldate = {2024-04-21},
}