Emscripten port of ARToolKit5 to JavaScript. It is a lighter version of Jsartoolkit5 with only NFT markerless support
npm install @kalwalt/jsartoolkit-nft!github releases
!github stars
!github forks
!npm package version
!Dependabot Badge
Emscripten port of WebARKitLib to JavaScript.
Modified and lighter version of JSARToolKit5.
Try the example !! kalwalt.github.io/jsartoolkitNFT/examples/arNFT_example.html
JSARToolKitNFT support only this types of markers:
- NFT (natural feature tracking) markers β π π¨
has WASM embedded in a single file!
βFrom 0.8.0 version has ES6 feature π π»
βFrom 0.9.0 version has Typescript feature π π£
WASM version of the library:
``html`
As loading the WebAssembly artifact is done asynchronously, there is a callback that is called when everything is ready.
`javascript``
window.addEventListener('artoolkitNFT-loaded', () => {
//do artoolkit stuff here
});
See the examples folder for details.
Go to the wiki for more infos. Note that you need to build the library only if you make changes to the source code.