You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alemart b9511e0a26 Simplify error message 1 year ago
.github Simplify 3 years ago
demos Simplify error message 1 year ago
dist Update scripts 1 year ago
docs Simplify error message 1 year ago
docs_overrides Update description 1 year ago
src Add comments 1 year ago
.gitignore Update .gitignore 1 year ago
CHANGES.md Prepare for release 3 years ago
CONTRIBUTING.md Add contributing guidelines 1 year ago
LICENSE.md Add license 1 year ago
README.md Update texts 1 year ago
mkdocs.yml Update description 1 year ago
package-lock.json Update versions 1 year ago
package.json Version bump 1 year ago
tsconfig.json Initial commit 3 years ago
webpack.config.js Change the license to LGPL 1 year ago

README.md

MARTINS.js WebAR engine

GitHub release (latest by date) GitHub file size in bytes on a specified ref (branch/commit/tag) GitHub Repo stars GitHub Sponsors

Create amazing Augmented Reality experiences with MARTINS.js, a GPU-accelerated Augmented Reality engine for the web.

:books: Documentation: https://alemart.github.io/martins-js/

Features

  • Runs everywhere: on Android, on iOS, and even on Desktop computers. No need of AR-capable devices.
  • Image tracking. Use it to track detailed images such as: book covers, cartoons and photos.

Try a demo

:arrow_right: Launch now!

Guidelines:

  • Don’t move the camera too quickly. This produces motion blur.
  • The target image should appear clearly in the video.
  • The physical environment should be properly illuminated.

Why use MARTINS.js?

  • No need to download apps! MARTINS.js is a WebAR engine: it runs in web browsers. Users can access the AR experiences immediately.
  • Easy to get started! MARTINS.js can be used with a <script> tag in your page. A static HTML page is enough to get started.
  • Fast and powerful! MARTINS.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
  • Fully standalone! MARTINS.js is built from scratch using standard web technologies. No need for additional hardware or software!
  • Free and open-source! Get started right away!

Browser compatibility

MARTINS.js is compatible with all major web browsers:

Chrome Edge Firefox Opera Safari*

* use Safari 15.2 or later.

MARTINS.js requires WebGL2 and WebAssembly.

About

MARTINS.js is free and open-source software developed by Alexandre Martins and released under the LGPL. It is based on Speedy Vision.