Vladimír Vondruš
Vladimír Vondruš
No, the CI builds & tests for [all the systems](https://magnum.graphics/build-status/), as I said I'm trying to not use AppVeyor unless I absolutely have to, as all builds there take *ages*....
> I actually used the `#ifndef __NVCC__` flag on the definition Right, sorry, not sure why I thought it was the declaration :) > your 2nd fix works for me...
Hi! Plans are (this is something definitely useful), time on my side isn't, because right now, for the immediately next release, I'm putting all my effort into #371 and then...
Yay! If you want to contribute these, I'd be happy to have them. As I said on #399, this could happily live in the extras repository, but definitely needs docs...
Good news: some years ago I was working on a commercial product loosely based on Magnum and the core of its functionality was displaying interactive charts for huge data sets....
@Alicemargatroid Amazing, thank you! I forked the upstream FindOpenAL.cmake and made modifications in order to make it working on both desktop/mobile systems and Emscripten and now I'm also trying to...
The Audio library is building on Windows CIs for some time already and with 85979ad996c3d632c4f99da5335695d9ab636e7d it is also fully working on the Emscripten and passing tests on the CI.
Can you paste the exact error? I vaguely remember that `alext.h` was not available everywhere and by having my own `OpenAL/extensions.h` I aimed to fix that.
Huh... but they *are* there, you added them in 1897e36b19ea5dc597971e3a5ff0825c49fae078: https://github.com/mosra/magnum/blob/087509389a2676ec1654692b7ffbdba1406cd767/src/MagnumExternal/OpenAL/extensions.h#L76 ```cpp ... /* AL_EXT_MCFORMATS */ #ifndef AL_EXT_MCFORMATS #define AL_EXT_MCFORMATS 1 #define AL_FORMAT_QUAD8 0x1204 #define AL_FORMAT_QUAD16 0x1205 #define AL_FORMAT_QUAD32 0x1206...
Re-thinking this after a while: - bundling SDL2 on Android may inflate the APK quite a lot, since we only ever use < 10% of its API (no raster stuff...