cefpython
cefpython copied to clipboard
Pygame / PyOpenGL example
There could be two examples:
- Pygame + PyOpenGL
- PyOpenGL - this library has an API for creating windows, so it could work alone
Pygame: https://www.pygame.org/wiki/about PyOpenGL: http://pyopengl.sourceforge.net/
Pygame/PyOpenGL example is currently externally maintained and works with v31 only:
- Code: https://gist.github.com/AnishN/aa3bb27fc9d69319955ed9a8973cd40f
- Announcement: https://groups.google.com/d/topic/cefpython/mwSa7He90xA/discussion
I initially misunderstood the scope of the request and ended up integrating Pygame with cefpython. While this isn’t exactly what the issue asked for, I went ahead and built it based on AnishN’s example. The result is a basic working demo I called cefpygame.