mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
f6ea2a91075af7083d3aff9c5a50b5d4c971d5db
The main reason why CInputManager was singleton is the easy access across the code. That had the negative side effect that time of destruction was at a very late stage of the shutdown and could not be controlled by us. My moving it to CApplication, the access is equally easy (using sApp) and allows to be cleaned up properly during graceful shutdown. ref T391
swift is an independent (private and non-commercial) software project creating open source software for flight simulation.
Legal
See https://datastore.swift-project.org/page/legal.php
Environment Setup
TBW
Getting Sources
All swift sources are available here: https://dev.swift-project.org/diffusion/
Qmake Configuration
TBW
Compiling
TBW
Testing
TBW
Installing
TBW
DLLs vs. static linking
TBW
Description
Languages
C++
96.4%
CMake
1.4%
HTML
1%
Python
0.6%
Objective-C++
0.2%
Other
0.2%