ARToolKitPlus library ported to the web thanks to Emscripten compiler. Things are evolving faster and code can change frequently, infact is a WIP.
There are one Emscripten lib type that follow the ES6 standard. For every libs there is the debug version, useful when you are developing.
The project also support the Typescript language. You can find type definitions in the types folder.
- npm package
- Multi Marker support
- more examples
You can find a simple Single Marker example in the example folder. it load a static image and it detect the marker in it. Check in the browser console for the messages. If you want you can also test the video example ( stream from webcam ), check the output in the console, and a threejs example.
- example-ts.html
- example-video-ts.html
- example_ES6.html
- threejs-video-ts.html