|
1 år sedan | |
---|---|---|
.github | 3 år sedan | |
demos | 1 år sedan | |
dist | 1 år sedan | |
docs | 1 år sedan | |
docs_overrides | 1 år sedan | |
src | 1 år sedan | |
.gitignore | 1 år sedan | |
CHANGES.md | 3 år sedan | |
CONTRIBUTING.md | 1 år sedan | |
LICENSE.md | 1 år sedan | |
README.md | 1 år sedan | |
mkdocs.yml | 1 år sedan | |
package-lock.json | 1 år sedan | |
package.json | 1 år sedan | |
tsconfig.json | 3 år sedan | |
webpack.config.js | 1 år sedan |
Create amazing Augmented Reality experiences with MARTINS.js, a GPU-accelerated Augmented Reality engine for the web.
:books: Technical documentation is available at https://alemart.github.io/martins-js/.
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.
Try the demos on your own machine:
git clone git@github.com:alemart/martins-js.git
cd martins-js
npm start
<script>
tag in your page. A static HTML page is enough to get started.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.
MARTINS.js is free and open-source software developed by Alexandre Martins and released under the LGPL. It is based on Speedy Vision.