summaryrefslogtreecommitdiffstats
path: root/libmpv/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/README.md')
-rw-r--r--libmpv/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmpv/README.md b/libmpv/README.md
index 06ff1a7..0ff90e1 100644
--- a/libmpv/README.md
+++ b/libmpv/README.md
@@ -143,3 +143,11 @@ Show how to embed the mpv OpenGL renderer in SDL. Uses the render API for video.
Demonstrates use of the custom stream API.
+### wxwidgets
+
+Shows how to embed the mpv video window in wxWidgets frame.
+
+### wxwidgets_opengl
+
+Similar to wxwidgets sample, but shows how to use mpv's OpenGL video renderer
+using libmpv's opengl-cb API in wxWidgets frame via wxGLCanvas.