浏览代码

Update front page

customisations
alemart 3 年前
父节点
当前提交
e927836347
共有 2 个文件被更改,包括 36 次插入0 次删除
  1. 18
    0
      README.md
  2. 18
    0
      docs/getting-started/index.md

+ 18
- 0
README.md 查看文件

8
 
8
 
9
 MARTINS.js is [dual licensed](#author). It is currently in beta.
9
 MARTINS.js is [dual licensed](#author). It is currently in beta.
10
 
10
 
11
+## Features
12
+
13
+Currently supported features:
14
+
15
+* **Image tracking**, also known as natural feature tracking. Use it to track detailed images (such as book covers, cartoons or photos) for AR.
16
+
17
+![WebAR demo](docs/img/demo-aframe.gif) ![WebAR demo](docs/img/demo-hello.gif)
18
+
11
 ## Why use MARTINS.js?
19
 ## Why use MARTINS.js?
12
 
20
 
13
 Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
21
 Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
18
 * **Fully standalone!** MARTINS.js has in it everything it needs to analyze the environment and help you create AR. There are no additional requirements. It's not WebXR.
26
 * **Fully standalone!** MARTINS.js has in it everything it needs to analyze the environment and help you create AR. There are no additional requirements. It's not WebXR.
19
 * **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.
27
 * **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.
20
 
28
 
29
+## Browser compatibility
30
+
31
+This demo is compatible with the latest versions of almost all major web browsers:
32
+
33
+| Chrome | Edge | Firefox | Opera | Safari |
34
+| ------ | ---- | ------- | ----- | ------ |
35
+| ✔      | ✔    | ✔       | ✔     | -      |
36
+
37
+At the time of this writing, Safari is not yet compatible. MARTINS.js requires WebGL2 and WebAssembly.
38
+
21
 ## Author
39
 ## Author
22
 
40
 
23
 MARTINS.js is developed by me, [Alexandre Martins](https://github.com/alemart), a computer scientist from Brazil. This project is dual-licensed. The Free Edition, available to everyone, is licensed under the [AGPL 3.0](docs/license/agpl-3.0.md). The Professional Edition, available to [my supporters](https://alemart.github.io/martins-js/support-my-work/), is licensed under the [Polyform Perimeter 1.0.0](docs/license/PolyForm-Perimeter-1.0.0-1.md).
41
 MARTINS.js is developed by me, [Alexandre Martins](https://github.com/alemart), a computer scientist from Brazil. This project is dual-licensed. The Free Edition, available to everyone, is licensed under the [AGPL 3.0](docs/license/agpl-3.0.md). The Professional Edition, available to [my supporters](https://alemart.github.io/martins-js/support-my-work/), is licensed under the [Polyform Perimeter 1.0.0](docs/license/PolyForm-Perimeter-1.0.0-1.md).

+ 18
- 0
docs/getting-started/index.md 查看文件

6
 
6
 
7
 [Get started with WebAR](./introduction.md){ .md-button .md-button--primary }
7
 [Get started with WebAR](./introduction.md){ .md-button .md-button--primary }
8
 
8
 
9
+## Features
10
+
11
+Currently supported features:
12
+
13
+* **Image tracking**, also known as natural feature tracking. Use it to track detailed images (such as book covers, cartoons or photos) for AR.
14
+
15
+![WebAR demo](../img/demo-aframe.gif) ![WebAR demo](../img/demo-hello.gif)
16
+
9
 ## Why use MARTINS.js?
17
 ## Why use MARTINS.js?
10
 
18
 
11
 Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
19
 Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
18
 
26
 
19
 [Check out my WebAR demos](../demos.md){ .md-button }
27
 [Check out my WebAR demos](../demos.md){ .md-button }
20
 
28
 
29
+## Browser compatibility
30
+
31
+MARTINS.js is currently compatible with the latest versions of almost all major web browsers:
32
+
33
+| Chrome | Edge | Firefox | Opera | Safari |
34
+|:------:|:----:|:-------:|:-----:|:------:|
35
+| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | - |
36
+
37
+At the time of this writing, Safari is not yet compatible. MARTINS.js requires WebGL2 and WebAssembly.
38
+
21
 ## Author
39
 ## Author
22
 
40
 
23
 MARTINS.js is developed by me, [Alexandre Martins](https://github.com/alemart){ ._blank }, a computer scientist from Brazil. This project is dual-licensed. The Free Edition, available to everyone, is licensed under the [AGPL 3.0](../license/agpl-3.0.md). The Professional Edition, available to my supporters, is licensed under the [Polyform Perimeter 1.0.0](../license/PolyForm-Perimeter-1.0.0-1.md).
41
 MARTINS.js is developed by me, [Alexandre Martins](https://github.com/alemart){ ._blank }, a computer scientist from Brazil. This project is dual-licensed. The Free Edition, available to everyone, is licensed under the [AGPL 3.0](../license/agpl-3.0.md). The Professional Edition, available to my supporters, is licensed under the [Polyform Perimeter 1.0.0](../license/PolyForm-Perimeter-1.0.0-1.md).

正在加载...
取消
保存