diff --git a/README.md b/README.md index 01874207..ea73bb23 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ libplacebo currently supports both Vulkan (including MoltenVK) and OpenGL, and contains backwards compatibility code for very old versions of GLSL down to GLES 2.0 and OpenGL 1.3. +### Examples + +This screenshot from the included [plplay demo program](./demos/plplay.c) +highlights just some of the features supported by the libplacebo rendering +code, all of which are adjustable dynamically during video playback. + +[plplay settings](./demos/plplay-screenshot.png) + ### History This project grew out of an interest to accomplish the following goals: diff --git a/demos/plplay-screenshot.png b/demos/plplay-screenshot.png new file mode 100644 index 00000000..637bb8a5 Binary files /dev/null and b/demos/plplay-screenshot.png differ