artcom / react-three-arjs

AR.js with react-three-fiber
174 stars 42 forks source link

ARNft for image tracking #5

Closed aVileBroker closed 2 years ago

aVileBroker commented 2 years ago

Much like ARMarker uses the markers (barcode/pattern) - having an ARNft component which react-ifies the creation of NFT (image)-based tracking.

The API is pretty basic, the main differentiator being

descriptorsUrl: string

arjs documentation on image tracking: https://github.com/AR-js-org/AR.js/blob/master/three.js/examples/nft.html#L155

j-era commented 2 years ago

Have a look at https://github.com/j-era/react-three-arnft. It is based on https://github.com/webarkit/jsartoolkitNFT, which is much lighter and has better performance than ar.js.

aVileBroker commented 2 years ago

Nice! I'll give that a try, thank you!