glcontext
glcontext copied to clipboard
connects moderngl to your window or create headless contexts :electric_plug:
https://github.com/moderngl/glcontext/blob/master/glcontext/headless.cpp#L7
As asked about [here](https://discord.com/channels/550302843777712148/550303740239020052/1432179901351465073) Additional context: [symlinks and .so files on linux - what you need to know](https://dmerej.info/blog/post/symlinks-and-so-files-on-linux/) On linux systems without an `-devel` package, the symlinks for unversioned library...
This MR enables manual selection of all backends, as well as querying the default backend name. Changes: - Extracted backend name detection into new get_default_backend_name() function that returns the backend...