mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-01 09:18:43 +01:00
feat(dissertation): add flight simulator plugin subsection in decisions
This commit is contained in:
@@ -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.
@@ -163,3 +163,25 @@
|
|||||||
urldate = {2024-04-21},
|
urldate = {2024-04-21},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@online{x-plane,
|
||||||
|
author = {Laminar Research},
|
||||||
|
title = {X-Plane | The world’s 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},
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user