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

Additional possible embedding example for imgui-glfw #143

Closed dfaker closed 3 years ago

dfaker commented 3 years ago

A quick sketch of playback, property access and update ui using render context embedding in pyhton imgui with glfw backend

https://github.com/dfaker/imgui_glfw_pythonmpv_demo

jaseg commented 3 years ago

Awesome! I've added you to the README in 5e581e817b79e15db814df9139057d1b78558e7a. If you would like to see anything changed, please feel free to send a PR against the README.

Thank you for the great demo!