Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ar-js-org/artoolkitplus-ts

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ar-js-org/artoolkitplus-ts

Typescript ARToolKitPlus port thanks to Emscripten

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
3
Weekly downloads
 
Created
Source

artoolkitplus-ts

ARToolKitPlus library ported to the web thanks to Emscripten compiler. Things are evolving faster and code can change frequently, infact is a WIP.

Build libs

Emscripten libs are exported as ES6 modules, you can find two libs at the moment:

  • artoolkitplus_em_ES6.js load the basic artoolkitplus enums and other functions.
  • trackerSM_ES6.js load the TrackerSingleMarker class

For every libs there is the debug version, useful when you are developing.

Typescript feature ❤️

The project also support the Typescript language. Typescript source code is in the /src folder, and is bundled in the dist lib thanks to webpack. You can find type definitions in the /types folder.

Future features 🚀️

  • npm package
  • Multi Marker support
  • more examples
  • documentation

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.

List of examples:

  • example_ES6.html
  • example-ts-module.html
  • example-ts.html
  • example-video-hiro-ts.html
  • example-video-ts.html
  • threejs-video-ts.html

Keywords

FAQs

Package last updated on 31 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc