jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
543 stars 68 forks source link

README: Add Robozman's PyQt5/QML/OpenGL render context example #138

Closed robozman closed 3 years ago

robozman commented 3 years ago

I put together an example that leverages the render API in python-mpv to draw into a PyQt5/QML widget.

This example is based on the official mpv qml OpenGL example (https://github.com/mpv-player/mpv-examples/tree/master/libmpv/qml) along with some of the other examples shared in this README.

Let me know if you have any questions.

jaseg commented 3 years ago

That is really cool! Thank you for submitting this PR :D