cefpython icon indicating copy to clipboard operation
cefpython copied to clipboard

Pygame / PyOpenGL example

Open cztomczak opened this issue 9 years ago • 1 comments

There could be two examples:

  1. Pygame + PyOpenGL
  2. 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

cztomczak avatar Dec 17 '16 16:12 cztomczak

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.

Pastoray avatar May 29 '25 00:05 Pastoray