Skip to content

augmentmy-world/artoolkitX.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArtoolkitX.js

Emscripten port of ARToolKitX to JavaScript. ArtoolkitX.js is a javascript library for augmented reality. ArtoolkitX.js follow the modern ES6 javascript standard and can be imported as a module.

Requirements

Build instructions

First open a terminal console and clone this repository:

git clone https://github.com/augmentmy-world/artoolkitX.js.git

Then in the terminal console, enter into the Source folder:

cd artoolkitX.js/Source

If you don't want to build the entire library, you can simply run this command:

./build.sh

The script will download the artoolkitXjs.zip file with pre-compiled binaries (artoolkits.js and artoolkit.wasm).

Instead if you want to build the library by yourself, run this command:

./build.sh --dev

The build process should start, after some checks you will asked if you want to clone the ArtoolkitX project inside artoolkitX.js:

Would you like to clone the submodule (recommended) y/n

Choose y (yes) if you want to clone and save it inside the Source/extra folder or you can choose n (no) if you have already it in another location. In this case you must set up the ARTOOLKITX_HOME env variable.

As Cmake will finish the configure process and generate the makefiles, the real build process will begin and in few minutes the artoolkitx.js artoolkitx.wasm libs will be ready.

Examples

Go into the Examples folder, start a http server and test them. For now try:

  • test.html
  • simple_image.html
  • simple_video.html
  • simple_video_hiro.html
  • simple_video-multi-barcode.html
  • simple_video-multi-patt.html

Author

Thorsten Bux https://github.com/ThorstenBux

Collaborators:

Walter Perdan https://github.com/kalwalt

OS tested

Tested under Ubuntu 18.04 and macOS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.8%
  • Brainfuck 8.9%
  • C 8.9%
  • Forth 8.9%
  • GAP 8.9%
  • Makefile 8.9%
  • Other 2.7%