You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, adding artoolkit_wasm.js and artoolkit_wasm.wasm). It works great (really!!), but I'm still using a kind of "old school" structure with an importmap 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 using artoolkitNFT_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 ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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