reorganization

This commit is contained in:
Trilarion
2017-12-09 22:31:37 +01:00
parent 329f08cb4a
commit 041f951803
183 changed files with 19 additions and 24 deletions

18
games/framework/qt.md Normal file
View File

@ -0,0 +1,18 @@
# Qt
_Cross-platform application framework._
- Home: https://www.qt.io/
- Wikipedia: <https://en.wikipedia.org/wiki/Qt_(software)>
- Download: https://www1.qt.io/download-open-source/
- State: mature
- Code: http://code.qt.io/cgit/ https://github.com/qt (mirror)
- Language(s): C++
- License: LGPL
Not a specialized game framework, but one could write games with it.
Also see the [Qt Creator IDE](https://wiki.qt.io/Qt_Creator).
## Building