浏览代码

Simplify

customisations
alemart 3 年前
父节点
当前提交
aabb031f75
共有 3 个文件被更改,包括 14 次插入10 次删除
  1. 1
    1
      .github/FUNDING.yml
  2. 11
    7
      README.md
  3. 2
    2
      mkdocs.yml

+ 1
- 1
.github/FUNDING.yml 查看文件

3
 github: alemart
3
 github: alemart
4
 patreon: # Replace with a single Patreon username
4
 patreon: # Replace with a single Patreon username
5
 open_collective: # Replace with a single Open Collective username
5
 open_collective: # Replace with a single Open Collective username
6
-ko_fi: # alemart
6
+ko_fi: alemart
7
 tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
7
 tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
 community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
8
 community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
 liberapay: # Replace with a single Liberapay username
9
 liberapay: # Replace with a single Liberapay username

+ 11
- 7
README.md 查看文件

18
 
18
 
19
 ![WebAR demo](docs/img/demo-aframe.gif) ![WebAR demo](docs/img/demo-hello.gif)
19
 ![WebAR demo](docs/img/demo-aframe.gif) ![WebAR demo](docs/img/demo-hello.gif)
20
 
20
 
21
+## Documentation
22
+
23
+Full documentation is available at <https://alemart.github.io/martins-js/>.
24
+
25
+Cool demos are available at <https://alemart.github.io/martins-js/demos/>.
26
+
21
 ## Why use MARTINS.js?
27
 ## Why use MARTINS.js?
22
 
28
 
23
 Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
29
 Here is why MARTINS.js is a great choice for creating Augmented Reality experiences:
28
 * **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.
34
 * **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.
29
 * **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.
35
 * **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.
30
 
36
 
31
-## Documentation
32
-
33
-Full documentation is available at <https://alemart.github.io/martins-js/>.
34
-
35
-Cool demos are available at <https://alemart.github.io/martins-js/demos/>.
36
-
37
 ## Try WebAR right now!
37
 ## Try WebAR right now!
38
 
38
 
39
 1. Scan or tap the QR code below with a mobile device.
39
 1. Scan or tap the QR code below with a mobile device.
61
 | ------ | ---- | ------- | ----- | ------ |
61
 | ------ | ---- | ------- | ----- | ------ |
62
 | ✔      | ✔    | ✔       | ✔     | -      |
62
 | ✔      | ✔    | ✔       | ✔     | -      |
63
 
63
 
64
-At the time of this writing, Safari is not yet compatible. MARTINS.js requires WebGL2 and WebAssembly.
64
+At the time of this writing, Safari is not yet compatible. MARTINS.js requires WebGL2 and WebAssembly.
65
+
66
+## Contact
67
+
68
+[Get in touch!](https://alemart.github.io/martins-js/contact)

+ 2
- 2
mkdocs.yml 查看文件

2
 site_url: https://alemart.github.io/martins-js
2
 site_url: https://alemart.github.io/martins-js
3
 site_author: Alexandre Martins
3
 site_author: Alexandre Martins
4
 site_description: Create Augmented Reality experiences that run in web browsers. No need to download apps. WebAR technology.
4
 site_description: Create Augmented Reality experiences that run in web browsers. No need to download apps. WebAR technology.
5
-copyright: Copyright &copy; 2022 Alexandre Martins
5
+copyright: Copyright &copy; 2022 - present Alexandre Martins
6
 
6
 
7
 repo_name: alemart/martins-js
7
 repo_name: alemart/martins-js
8
 repo_url: https://github.com/alemart/martins-js
8
 repo_url: https://github.com/alemart/martins-js
41
     property: G-YDRRYB5GW6
41
     property: G-YDRRYB5GW6
42
   social:
42
   social:
43
     - icon: fontawesome/brands/github
43
     - icon: fontawesome/brands/github
44
-      link: https://github.com/alemart
44
+      link: https://github.com/alemart/martins-js
45
     - icon: fontawesome/brands/youtube
45
     - icon: fontawesome/brands/youtube
46
       link: https://youtube.com/alemart88
46
       link: https://youtube.com/alemart88
47
 
47
 

正在加载...
取消
保存