ARnft icon indicating copy to clipboard operation
ARnft copied to clipboard

A small javascript library for WebAR with NFT

Results 43 ARnft issues
Sort by recently updated
recently updated
newest added

Hey! First of all, thanks for this library and the NFT detection stability. I've come here after finding about this project in official ar.js github issue tracker. After doing some...

question

I'm currently developing an app for Unity's WebGL, wanting to use AR markers in this app, and wondering if I can use ARnft. So, I would like to receive a...

Feature request

When multiple objects appear in the camera at the same time, the glb models does not appear in the corresponding position, but is fixed in the middle of the two...

bug
help wanted

![그림2](https://user-images.githubusercontent.com/24306678/148337831-95884190-672c-42f4-8588-b86f42cc7424.png) First, Thank you for your efforts about ARnft. When I test multi nft, I get result like this in the above picture. The position of the drawn object is...

bug
question
nft marker

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...

question

continuing this: https://github.com/webarkit/ARnft/discussions/226 - [ ] move DOM references to specific frontend files or examples - [ ] use dependency injection to inject different handling of the imageData

:rocket: enhancement
code-design

As reported in other issues, comments, when running the multi nft markers example it display not the correct id in the console: ``` loadNFTMarker -> 0 ec56001f-7e38-4b9e-b0b7-03e35b4d0ec8:1 {id: 0, width:...

bug
:rocket: enhancement

@albjeremias I would collect here infos about this topic from discussion #208 #206 #189 To summarize it is possible to extends the ARnft class with the EventEmitter class: ```typescript export...

:rocket: enhancement
code-design
Typescript
Feature request

In a Worker t's possible to send error message like this: ```ts worker.onerror = function (err) { console.log('ERROR: ', err) }; ```

:rocket: enhancement
code-design
Feature request

We should attach the **ARnft** object (class) to the window object. a described in this [stackoverflow article](https://stackoverflow.com/questions/12709074/how-do-you-explicitly-set-a-new-property-on-window-in-typescript). In this sense we empower the event listeners, as i already tested can...

enhancement
code-design
Typescript