mpv/DOCS/client_api_examples
wm4 c88b535c46 DOCS/client_api_examples: fix locale nonsense in qml examples
The Qt example already does this. I hoped this was restricted to
QApplication only, but apparently Qt repeated this mistake with
QGuiApplication (QGuiApplication was specifically added for QtQuick at a
much later point, even though QApplication inherits from it).
2015-01-15 20:08:57 +01:00
..
cocoa build: try to make examples build both in-tree and out-of-tree 2015-01-02 00:00:03 +01:00
qml DOCS/client_api_examples: fix locale nonsense in qml examples 2015-01-15 20:08:57 +01:00
qml_direct DOCS/client_api_examples: fix locale nonsense in qml examples 2015-01-15 20:08:57 +01:00
qt DOCS/client_api_examples: qtexample: demonstrate multiple mpv instances 2015-01-06 11:56:10 +01:00
simple build: try to make examples build both in-tree and out-of-tree 2015-01-02 00:00:03 +01:00
Copyright
README.md DOCS/client_api_examples: add an alternative qml example 2015-01-08 02:40:30 +01:00

README.md

Client API examples

All these examples use the mpv client API through libmpv.

cocoa

Shows how to embed the mpv video window in Objective-C/Cocoa.

qml

Shows how to use mpv's OpenGL video renderer in QtQuick2 with QML.

qml_direct

Alternative example, which typically avoids a FBO indirection. Might be slightly faster, but is less flexible and harder to use.

qt

Shows how to embed the mpv video window in Qt (using normal desktop widgets).

simple

Very primitive terminal-only example. Shows some most basic API usage.