README: Add cosven's QT/OpenGL example
This commit is contained in:
parent
7905ebacdd
commit
7117de4005
1 changed files with 7 additions and 0 deletions
|
|
@ -208,6 +208,12 @@ PyGtk embedding
|
||||||
application = MainClass()
|
application = MainClass()
|
||||||
Gtk.main()
|
Gtk.main()
|
||||||
|
|
||||||
|
Using OpenGL from PyQT
|
||||||
|
......................
|
||||||
|
|
||||||
|
Github user cosven_ has managed to `make mpv render into a Qt widget using OpenGL
|
||||||
|
<https://gist.github.com/cosven/b313de2acce1b7e15afda263779c0afc>`__ through this python API.
|
||||||
|
|
||||||
Coding Conventions
|
Coding Conventions
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
@ -217,3 +223,4 @@ No tabs. Probably don't bother making pure-formatting PRs except if you think it
|
||||||
|
|
||||||
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
|
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
|
||||||
.. _`mpv.py`: https://raw.githubusercontent.com/jaseg/python-mpv/master/mpv.py
|
.. _`mpv.py`: https://raw.githubusercontent.com/jaseg/python-mpv/master/mpv.py
|
||||||
|
.. _cosven: https://github.com/cosven
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue