moderngl / glcontext

connects moderngl to your window or create headless contexts :electric_plug:
https://moderngl.readthedocs.io/
MIT License
38 stars 13 forks source link

Let users specify backend parameters in enviroment variables #12

Closed einarf closed 4 years ago

einarf commented 4 years ago

This can save people a lot of time: https://github.com/moderngl/moderngl-window/issues/68

It's a simple way for people to regain compatibility when upgrading from moderngl 5.5 to 5.6 without having to change their code.

einarf commented 4 years ago

Done