Thorsten Bux

Results 173 comments of Thorsten Bux

@XrizZ please commit your changes to your fork of artoolkitX and open a PullRequest. Then we can review your changes and merge. If you need support with that please let...

@XrizZ let me know if you need support to push your code. I'd like to review it.

Hi Walter, I have done that already and had a PR opened at one stage. I can dig that back out and we can take it from there. I also...

Ah good to hear that the emscripten branch is still there. I’m a bit under water at the moment but aim to push the api soon. Get Outlook for iOS...

@kalwalt first shot here: https://github.com/augmentmy-world/artoolkitX.js It is a complete rewrite and not an adoption of jsArtoolkit5.

enabled issue tracking on the repo. Lets continue the discussion there

Well, actually it looks like the build for unity is only adding X86 into the bundle. https://github.com/artoolkitx/arunityx/blob/master/Source/build.sh#L110 and armeabi-v7a https://github.com/artoolkitx/arunityx/blob/master/Source/build.sh#L107 respectively

Also, the release on the GitHub releases has stopped including Android starting with release 1.0.5. Prior to that Android-unity is still available. But only armeabi-v7a and x86. I think what...

[arm64-v8a.zip](https://github.com/artoolkitx/artoolkitx/files/3553705/arm64-v8a.zip) that should be what you are looking for. You would need to bundle the plugin still

As for packaging from the unity packaging script. Looks like we would need to add the v8 libs here: https://github.com/artoolkitx/arunityx/blob/master/Source/build.sh#L121 and update the path because my build now has the...