summaryrefslogtreecommitdiffstats
path: root/cplugins/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cplugins/README.md')
-rw-r--r--cplugins/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/cplugins/README.md b/cplugins/README.md
new file mode 100644
index 0000000..06223e0
--- /dev/null
+++ b/cplugins/README.md
@@ -0,0 +1,13 @@
+# C plugin examples
+
+Documentation is here: https://mpv.io/manual/master/#c-plugins
+
+Other than this, the normal libmpv documentation applies.
+Very primitive terminal-only example. Shows some most basic API usage.
+
+## List of Examples
+
+### simple
+
+Very primitive example showing basic API usage.
+