damios

Results 107 comments of damios

[A couple of years ago](https://github.com/libgdx/libgdx/pull/6343#issuecomment-757527119) I wanted to submit a PR for this, but apparently I never came around to that. Your code should work fine on GWT (as does...

Hm, I'm not sure about this change and I guess some others aren't either, or they would have commented by now. You are stating yourself that libGDX is currently relying...

Hm, maybe we could just make `createGlfwWindow(...)` non-static and extract the window hint stuff into its own method? Then you could override that to set your own hints.

Probably not a lot of people around here have a Raspberry Pi, so you likely won't get much help in debugging this. As a workaround, you could try the [gdx-miniaudio](https://github.com/rednblackgames/gdx-miniaudio)...

Try it without the `$` in front of the versions.

miniaudio has quite [a few backends](https://miniaud.io/docs/manual/index.html#Backends) so it'd be interesting to know which one fails to be opened. There is probably some logging available to figure this out, maybe @fgnm...

Miniaudio is [a single source file](https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h), so you can just look through it to find the error code: `MA_FAILED_TO_OPEN_BACKEND_DEVICE`.