mpv/DOCS/client_api_examples
torque d5b6419eec DOCS/client_api_examples: Qt: force qmake to use pkg-config.
(cherry picked from commit 5d2a2c7fc2)
2015-05-19 11:11:54 +09:00
..
cocoa cocoa: remove the setNextKeyView hack 2015-02-28 14:55:32 +01:00
qml DOCS/client_api_examples: Qt: force qmake to use pkg-config. 2015-05-19 11:11:54 +09:00
qml_direct DOCS/client_api_examples: Qt: force qmake to use pkg-config. 2015-05-19 11:11:54 +09:00
qt DOCS/client_api_examples: Qt: force qmake to use pkg-config. 2015-05-19 11:11:54 +09:00
simple DOCS/client_api_examples/simple: fix option 2015-02-23 16:08:38 +01:00
Copyright
README.md

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.

qt

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

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.

simple

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