|
před 1 rokem | |
---|---|---|
.github | před 3 roky | |
demos | před 1 rokem | |
dist | před 1 rokem | |
docs | před 1 rokem | |
docs_overrides | před 1 rokem | |
src | před 1 rokem | |
.gitignore | před 1 rokem | |
CHANGES.md | před 3 roky | |
LICENSE.md | před 1 rokem | |
README.md | před 1 rokem | |
mkdocs.yml | před 1 rokem | |
package-lock.json | před 1 rokem | |
package.json | před 1 rokem | |
tsconfig.json | před 3 roky | |
webpack.config.js | před 1 rokem |
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.
:man_technologist: MARTINS.js is free and open-source software released under the LGPL.
: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
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.
MARTINS.js is free and open-source software developed by Alexandre Martins. It is based on Speedy Vision.