mpv/DOCS/client_api_examples
wm4 41d7989800 DOCS/client_api_examples/sdl: don't curse the mainloop
Fix a typo, and also reword another comment.
2015-08-17 23:56:56 +02:00
..
cocoa DOCS: fix wrong libmpv's cocoa example comment 2015-05-27 14:34:42 +02:00
cocoa-openglcb
qml
qml_direct
qt
sdl DOCS/client_api_examples/sdl: don't curse the mainloop 2015-08-17 23:56:56 +02:00
simple
Copyright
README.md DOCS/client_api_examples: add SDL OpenGL example 2015-08-11 01:23:09 +02: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.

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.

sdl

Show how to embed the mpv OpenGL renderer in SDL.

simple

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