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
\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}