Skip to content

Releases: webarkit/jsartoolkitNFT

1.7.0

05 Jan 22:22
e7355fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.7.0

1.6.1

22 Nov 21:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

25 Sep 22:33
936d2cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0

04 Apr 15:38
Compare
Choose a tag to compare

What's Changed

  • New ARToolKitNFT class in the C++ Emscripten code by @kalwalt in #301

Full Changelog: 1.4.1...1.5.0

1.4.1

28 Mar 14:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

27 Feb 23:25
Compare
Choose a tag to compare
removing artoolkitNFT global variable

1.3.2

14 Feb 17:01
Compare
Choose a tag to compare
fix for github-action

1.3.1

14 Feb 16:19
Compare
Choose a tag to compare
new enmbed_ES6 lib

1.3.0

17 Jan 16:37
Compare
Choose a tag to compare

1.3.0 release

We added a new function setGrayData(data: Uint8Array) to pass custom grayscale data to jsartoolkitNFT process function, instead using the predefined routine. You can use your own grayscale function plus other filters (gaussian blur or other) you intend to use.

Files to download

Now we release separate files not zipped anymore.
From build, dist and js folder:

  • build

    • artoolkitNFT.debug.js
    • artoolkitNFT.min.js
    • artoolkitNFT_wasm.js
    • artoolkitNFT_wasm.simd.js
    • artoolkitNFT_ES6_wasm.js
    • artoolkitNFT_ES6_wasm.simd.js
  • js

    • artoolkitNFT.api.js
    • artoolkitNFT.worker.js
    • artoolkitNFT.multi_worker.js
    • artoolkitNFT_ES6.worker.js
    • artoolkitNFT_ES6.multi_worker.js
  • dist

    • ARToolkitNFT.js
    • ARToolkitNFT_simd.js

1.2.0

14 Dec 22:27
Compare
Choose a tag to compare
new interfaces