Closed einarf closed 6 years ago
Will also do this for 2.0.
Making a window using pyglet and considering making that default depending on how it performs. The advantage of using pyglet is simply that no external dependencies are needed. Having to install glfw on the side can be an extra hurdle for some people.
Done. Pyglet is also now the default window to make it easier for people.
We currently only support glfw.
It would be a great test adding
PygletWindow
orPygameWindow
. Remember that key events needs to conform to the same standard as well. It would be nice to create one module for handling all input in a generic way.It's also positive to support multiple ways to create a context other than headless.