Contraz / demosys-py

A light high performance modern OpenGL 3.3+ Python Framework https://demosys-py.readthedocs.io/
ISC License
64 stars 5 forks source link

Look into adding a Window using pySDL2 #66

Closed einarf closed 5 years ago

einarf commented 6 years ago

https://github.com/marcusva/py-sdl2

When adding this we might also consider deprecating the pyglet window because it doesn't like core contexts. It's really good for what it was made for, but that's not making proper forward compatible core contexts.

In addition we might want to explore if the mixer module is a decent one for audio.

einarf commented 5 years ago

SDL2 Window basics is up and running