Replies: 1 comment
-
Hi @acronie sorry for the delay, I think you are referring to webarkit/jsartoolkit5 (?) not to this repository for sure, you are also referring to loading in an ES6 module that jsartoolkit5 has not. Maybe you could use instead artoolkit5-js (ar-js-org branch), it depends if you want use pattern markers, barcode markers or NFT? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using jsartoolkit in various projects since 3 years and I managed to setup a nice dev chain with an example for multi-markers tracking I found somewhere (
artoolkit.wasm_multi_worker.js
, addingartoolkit_wasm.js
andartoolkit_wasm.wasm
). It works great (really!!), but I'm still using a kind of "old school" structure with animportmap
in my index.html. I wanted to rewrite my app to be more "modern", using vite.js and ES6 modules (including three.js and others tools I need), but when I looked at the last update of jsartoolkit I couldn't find an example to help me setting the project up and running. I'm fighting with it for several days now and I could make markers loading work by usingartoolkitNFT_multi_ES6.worker.js
and some part of my previous "main.js" script, but I can't get markers recognition to be processed... rather frustrating!Does anyone have a basic sample with npm ES6 module multi tracking with workers ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions