Skip to content

Releases: webarkit/ARnft

0.14.0 Release new disposeAllNFTs

21 Mar 20:44
34f6b15
Compare
Choose a tag to compare

0.14.0 Release

The 0.14.0 add a new method to ARnft to dispose the NFTWorker: disposeAllNFTs and disposeNFT instead remove only the specific NFTWorker, you need to specify the name in the argument. New action script for Continuos Integration and build script to make the final release. From this version only ARnft.js dist file, no zipped package.
Other packages upgrade and improves in the Readme.

Download

Distribution file (ARnft.js)

0.13.1 Release - ARnft-threejs 0.4.5 with OEF

20 Nov 23:56
Compare
Choose a tag to compare

0.13.1 Release

The 0.13.1 is a maintenance release. Upgraded ARnft-threejs to the 0.4.5 version with the new OEF, see PR #249. Other packages upgrade and improves in the Readme.

Download

Zipped file with distribution library (ARnft.js)

0.13.0 Release - new initializeRaw function

12 Nov 17:27
ac2282b
Compare
Choose a tag to compare

0.13.0 Release

The 0.13.0 version introduce the new initializeRaw method that let the user/dev to initialize his CameraViewRender class. For a reference see PR #245. Upgraded also ARnft-threejs to the 0.4.0 version with a newest addModel and the new addModelWithCallback method, see PR #246.

Download

Zipped file with distribution library (ARnft.js)

0.12.2 Release - fix for bug #242

03 Nov 17:45
15f6740
Compare
Choose a tag to compare

0.12.2 Release

The 0.12.2 version is a minor fix for bug #242 and some improvements in the CameraViewRenderer class (see #237)

Download

Zipped file with distribution library (ARnft.js)

0.12.1 Release - upgrading jsartoolkitNFT to 0.9.7

25 Oct 21:52
e713d79
Compare
Choose a tag to compare

0.12.1 Release

The 0.12.1 is a minor fix for some bug #239 and the jsartoolkitNFT update #240 to 0.9.7 version finally available as npm at @webarkit/jsartoolkit-nft.
Now you can install the package with npm:
npm install @webarkit/jsartoolkit-nft
or with yarn:
yarn add @webarkit/jsartoolkit-nft

Download

Zipped file with distribution library (ARnft.js)

0.12.0 Release with new ARnftIsReady event

16 Oct 11:40
Compare
Choose a tag to compare

0.12.0 Release with new ARnftIsReady event

ARnft with a new event: ARnftIsReady, This event is fired when all the nft markers are loaded. NFTWorker was improved with some new functions:

  • getUuid
  • getName
  • getMarkerUrl
  • getEventTarget

The event target in ARnft and NFTWorker was also improved.

Download

Zipped file with distribution library (ARnft.js)

0.11.0 Release - Multi NFT feature

24 Sep 17:01
Compare
Choose a tag to compare

0.11.0 Release Multi NFT feature

ARnft with the multi NFT feature, This feature help developers to load more than one marker. All the methods are preserved, with some new functions:

  • initWithEntities init ARnft with the Entity object, this help the developer to avoid confusion.
  • getEntities() get all the entities list in the ARnft instance.

Download

Zipped file with distribution library (ARnft.js)

0.10.0 Release - Typescript support

06 Jun 19:17
Compare
Choose a tag to compare

0.10.0 Release Typescript support

The awaited feature is arrived! ARnft was re-written inTypescript. All the methods are preserved, with some new functions:

  • dispose stop the worker and the video stream.
  • disposeNFT stop only the Worker.
  • disposeVideoStream stop only the video stream.

Download

Zipped file with distribution library (ARnft.js)

0.9.1 Release

26 May 10:12
Compare
Choose a tag to compare

0.9.1 Release

Removed three package and other security fixes.

Download

Zipped file with distribution library (ARnft.js)

0.9.0 Release

24 May 19:03
Compare
Choose a tag to compare

0.9.0 Release

Removed ThreejsRenderer class and new CameraViewRenderer class. Now the ARnft lib is independent from the rendering engine. We suggest ARnft-threejs for the rendering part.

Download

Zipped file with distribution library (ARnft.js)