Nicolas Holzschuch
Nicolas Holzschuch
In my experience `xxxxx-apple-darwin` for `clang` implies *both* macOS an iOS. That is a bother, as `x86_64-apple-darwin` means both MacOS and the iOS simulator, and `arm64-apple-darwin` means both MacOS running...
You need both `-arch arm64` and `-miphoneos-version-min=14.0`. I've had to edit some files to make sure the compiler inserts `-miphoneos-version-min=14.0` instead of `-mmacosx-version-min=11.0`. The result is a compiler that can...
I'm going to have a look at it.
You can add: ``` ``` if you want the (accurate, but slow) single scattering. I usually use: ``` ... material ... ``` Fast single scatter is *very* approximate, as it...
After updating Qt to the latest version (5.11.2) (and removing Qt from the dependencies folder, plus making sure mitsuba uses the latest Qt), I have exactly the same crash.
Hi, I can confirm that `lg2 clone ` works, it was part of the features we tested. I have no idea what the issue is (I'll look into it tomorrow),...
See issue #392. pycryptodome requires a C compiler, which does not exist on iOS. You can only install pure Python modules.
Version 1.9.4 (now out on the AppStore) has pycryptodome included.
That is a recurring request, so I am considering it, but I also need to understand more about what you mean by "fake root". If you mean "I can install...
I'm going to need more information on that. The only ADB I can find using a search engine is "Android Debug Bridge", which is unlikely to work on iOS. Unless...