Aleš Mlakar
Aleš Mlakar
I'm constantly hitting the same problem on Windows when coming back from OSX/unix and that's the path and command line limits. I noticed there's a ArchiveSplit in the Lua files...
Right now, WaveStreamInstance::seek is implemented as succesive getAudio calls until the expected sample is hit, but that actually means that it decodes the audio data (an ogg for example) which...
It seems that BeefBuild generated object/archive is not compatible with Apple LLVM (with bitcode disabled). I've tried a bunch of triplets aarch64-apple-io, arm64-apple-ios always getting the same result. Lipo tool...
#### Note: There's a repo project that builds an APK and everything from Android Studio attached. It also contains pre-built libffi and libBeefRT for all arch - debug configuration, To...
Mingw-clang
Just a query, is Windows mingw-clang actually compilable (which would be awesome by the way) or is this still experimental? Because I tried it but I couldn't get it to...