Open szabolcsdombi opened 10 months ago
Hello! All WindowConfig methods are described here: https://moderngl-window.readthedocs.io/en/latest/reference/context/windowconfig.html
init_mgl_context()
is available in BaseWindow and other window configurations: https://moderngl-window.readthedocs.io/en/latest/reference/context/basewindow.html
Next to each method there is a [source] button, which allows you to view an example of creating a similar method.
Taking any ideas for making this less hacky.
I would like to customize context creation for moderngl.
The current workaround is to hack on the create context function.
Is there any way to customize context creation from a WindowConfig?