文件名称:hubs-custom-scripts
文件大小:21KB
文件格式:ZIP
更新时间:2024-03-28 10:02:17
JavaScript
如何使用这个仓库 在AEL的Mozilla Hubs实例中,此存储库既充当教程,又充当开发环境,用于自定义脚本。 您可以分叉存储库,添加自己的脚本,然后通过公开访问它们。 开始教程! 结构 tutorial/ - How to create custom scripts src/ ├─ components/ - A-Frame component definitions ├─ entities/ - Example glTF files from the Hubs Entity Generator ├─ rooms/ - Hubs room scripts 发展 安装Node.js(以及可选的yarn )之后,运行以下命令: # 1. Install dependencies yarn # OR npm install # 2. Run development server yarn
【文件预览】:
hubs-custom-scripts-main
----yarn.lock(35KB)
----src()
--------entities()
--------components()
--------rooms()
----start.js(743B)
----README.md(767B)
----tutorial()
--------README.md(7B)
----.gitignore(13B)
----package.json(232B)