-
Hi! :)
I've been testing around and found out that in smartphones loading up to 10 NFT markers blows up the memory. I'm not using this library yet, but another version we made directly from jsartoolk…
-
Hey, trying first steps with this module but get this error in my Vite react-ts project:
What I did:
```
$ npm create vite@latest (etc.)
$ npm i @webarkit/jsartoolkit-nft
```
```js
import {…
-
Hi, I am the lead maintainer of AR.js, I saw your project time ago, great great job!
I have a question: if you have time to give a look to this issue (https://github.com/jeromeetienne/AR.js/issues/54…
-
I'm trying to load multiple NFT markers using `artoolkit.addNFTMarker(markerURI, (id) => { /*...*/})` and its throwing an exception (with a number that is different every time it runs) as soon as the …
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
Location-based AR works nicely, but it would be really good if, at some poi…
-
Hey there, firstly thanks for your great library and hard work it's really appreciated.
I've been writing a little library that tries to bring together jartoolkit and ar.js under one roof using Ty…
-
Hello,
Could AlvaAR be used (or adapted to be used) for recognition and tracking of images (i.e. image markers)?
-
Hi! Been playing with ARnft for some time - great library for NFT among others available.
I've found an issue with video rendering, i guess.
Got it recorded on youtube: https://youtu.be/Dg6h-EPyEI…
-
By setting up a new project for react and installing the package the arnft.worker.js is missing.
`GET http://127.0.0.1:5174/js/arnft.worker.js 404 (Not Found)
`
by copying the file into public/j…
-
According to this [article](https://v8.dev/features/simd) is possible to compile and build WASM code with SIMD instructions. This could be improve the performances for the **NFT-Marker-Creator** and m…