mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
33 lines
868 B
Plaintext
33 lines
868 B
Plaintext
// doxygen index page
|
||
/*!
|
||
|
||
\mainpage
|
||
|
||
\section overview Overview
|
||
|
||
\a swift is a cross-platform, open source client application for virtual air traffic simulation written in C++/Qt.
|
||
The application allows users of flight simulation software to connect to online networks as pilots and interact with virtual air traffic controllers.
|
||
|
||
\section starthere Start here
|
||
|
||
- \ref developersguide "Developers’ Guide"<br>
|
||
Guide and design documentation
|
||
|
||
- \ref samples "Samples"<br>
|
||
Simple sample programs demonstrating swift library usage
|
||
|
||
\if PRIVATE_TESTS
|
||
- \ref tests "Tests"<br>
|
||
Unit and integration tests
|
||
\endif
|
||
|
||
- \ref license "swift license"<br>
|
||
\a swift is licenced under the GPLv3 with exceptions.
|
||
|
||
\section resources Resources
|
||
|
||
- <a href="http://www.swift-project.org">swift BLOG website</a>
|
||
- <a href="https://dev.swift-project.org/">swift developer website</a>
|
||
|
||
*/
|