ThorstenBux / artoolkitX_em_2d

2d tracking with emscripten
Other
0 stars 1 forks source link

adding a debug version for testing #6

Open kalwalt opened 5 years ago

kalwalt commented 5 years ago

I'm trying to build the debug version of artoolkitX.js, i run the build script with the option --debug like this: ./build.sh --debug emscripten, but when i try to run the example i receive errors related to wasm . I think i should exclude the wasm loading (see the ARX_wasmLoader.cpp) from the debug version, but i would to know what do you think @ThorstenBux. I think also that the debug version could be added to the official release...

ThorstenBux commented 5 years ago

Debug could go to the release, yes. About the errors, I don't know. Would need to see

ThorstenBux commented 5 years ago

Side note, have you checked you email and seen Nicolos messages?

kalwalt commented 5 years ago

Side note, have you checked you email and seen Nicolos messages?

no sorry i will check now!

Debug could go to the release, yes. About the errors, I don't know. Would need to see

that is fine. i will report something more.

kalwalt commented 5 years ago

My fault i didn't changed the wasm file in the build folder ! Profiling is working now, but the app is very slow on my desktop PC, i think can't try on my smartphone.

kalwalt commented 5 years ago

It would be nice to name the debug version artoolkit.debug.js instead of artoolkit.js to avoid confusion. I will do this.