python-mpv
python-mpv copied to clipboard
can i use python-mpv with Kivy Library ?
How to import mpv player to kivy screen, any ideas? winId or winfo_id don't work ..
If X11 embedding does not work, OpenGL may be an option. Kivy seems to have OpenGL API support. Here is an example of python-mpv embedding using OpenGL. [Here] is another example of python-mpv embedded into imgui via OpenGL, which I think is similar to your use case.
Hey neinseg, thank for reply but the link [Here] that you gave don't work.
Hmm, not sure what's up with github there. Here's the target URL:
https://github.com/dfaker/imgui_glfw_pythonmpv_demo/blob/main/main.py
https://github.com/dfaker/imgui_glfw_pythonmpv_demo/blob/main/main.py