Vladimír Vondruš
Vladimír Vondruš
Hi! This info is printed there by default because it proved to be essential when debugging driver issues. Nevertheless, if you want to silence/redirect it, there's two options: - the...
> I think a good way to handle this would be to add an option to pass a custom debug sink to the constructor of the Application. Assuming the reliance...
> Sorry for asking the beginners question here in issues. No problem at all :) What you self-labeled as a "beginner" question was to me a fresh view on a...
Good point you have there :) The thing is that I didn't know ~~much~~ actually, any formats for 2D scenes -- just 2D images. I briefly considered SVG as a...
Oh my, awesome :) Thanks! No need to go all header-only, I'm completely okay with depending on some well-known third-party library if it is easily portable (or already ported) to...
Tiled importer is being done in mosra/magnum-plugins#59.
Another possible format / loader could be [LDtk](https://github.com/deepnight/ldtk) and https://github.com/Madour/LDtkLoader.
Ah I thought this was a PR already :) I'd say having flags `Flag::PowerPreferenceLowPower` and `Flag::PowerPreferenceHighPerformance` would make sense, and the default would be if neither is chosen. And keeping...
There are embedded Linux platforms that don't have the option to use Clang instead of GCC and I have important clients on these -- can't just drop GCC support :)...
Hi, thanks a lot for the detailed log! :+1: I'm aware of a few GL test failures on NVidia cards, unfortunately some of them (the texture subimage uploads especially) are...