new entries

This commit is contained in:
Trilarion
2017-12-04 23:13:49 +01:00
parent 5bd074bb3b
commit b058793c01
23 changed files with 302 additions and 4 deletions

18
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