!github releases
!github stars
!github forks
!npm package version
!Dependabot status



!twitter
๐ผ๏ธ ARnft - WebAR with NFT
A small javascript library to develop WebAR apps. It is based on
jsartoolkitNFT a lighter version of jsartoolkit5 only with
NFT markerless technology. It uses
ARnft-threejs for the rendering part.
๐ Start using it !
:one: Clone the repository:
git clone https://github.com/webarkit/ARnft.git
:two: Install the npm packages with yarn:
yarn install
or with npm:
npm install
:three: Run the node server:
npx http-server
:four: Go to the examples:
http://localhost:8000/examples/arNFT_example.html
:five: Point your device ๐ฑ to the pinball image ๐ a red cube will appear !
๐๏ธ SIMD Feature
The ARnft library now includes support for SIMD (Single Instruction, Multiple Data) to enhance performance by parallelizing data processing tasks. This feature is particularly useful for applications requiring high computational power, such as augmented reality.
To see the SIMD feature in action, you can try the
arNFT_simd_example.html example:
http://localhost:8000/examples/arNFT_example.simd.html
๐ฆ Usage
Download the zipped dist lib package from the releases page:
webarkit/ARnft/releases
and import it as a module:
``
html