|
1年前 | |
---|---|---|
.github | 3年前 | |
demos | 1年前 | |
dist | 1年前 | |
docs | 1年前 | |
docs_overrides | 1年前 | |
src | 1年前 | |
.gitignore | 3年前 | |
CHANGES.md | 3年前 | |
LICENSE.md | 3年前 | |
NOTICE | 3年前 | |
README.md | 1年前 | |
mkdocs.yml | 1年前 | |
package-lock.json | 1年前 | |
package.json | 1年前 | |
tsconfig.json | 3年前 | |
webpack.config.js | 1年前 |
Create amazing Augmented Reality experiences with MARTINS.js, a GPU-accelerated Augmented Reality engine for the web. Users don’t need specialized hardware nor dedicated software - only a modern web browser.
Try a demo | :heart: Support my work!
:man_technologist: MARTINS.js is developed by Alexandre Martins and is based on Speedy Vision.
:books: Technical documentation is available at https://alemart.github.io/martins-js/.
Guidelines for WebAR:
- WebGL2 and WebAssembly are required. Use a compatible browser.
- Don’t move the camera too quickly - it produces motion blur.
- The physical environment should be properly illuminated.
- Avoid low-quality cameras (cameras of common smartphones are OK).
Visit the Demo gallery for more.
Try the demos on your own machine:
git clone git@github.com:alemart/martins-js.git
cd martins-js
npm start
Lots of exciting things that run in the web browser! No need to install apps!
Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
<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.
Released under the AGPL 3.0. A different license is available if you support my work.