summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qml_direct/mpvtest.pro
Commit message (Collapse)AuthorAgeFilesLines
* DOCS/client_api_examples: add an alternative qml examplewm42015-01-081-0/+11
This one avoids use of a FBO. It's less flexible, because it uses works around the whole QML rendering API. It seems to be the only way to get OpenGL rendering without any indirections, though. Parts of this example were insipired by Qt's "Squircle" example. Also add a README file with a short description of each example, to reduce the initial confusing.