文件名称:webgl-seed:for用于构建WebGL应用程序的入门仓库
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-26 09:07:50
webgl graphics seed introduction TypeScript
WebGL种子 启动WebGL时,可以使用一个简单的hello三角示例作为基础。 设置 首次安装: 文本编辑器,例如 。 然后在您的任何终端(例如键入以下内容。 # :ewe: Clone the repo git clone https://github.com/alaingalvan/webgl-seed # :optical_disk: go inside the folder cd webgl-seed # :hammer: Start building the project npm start 有关Node.js,程序包等的更多详细信息,请参阅。 项目布局 随着项目变得越来越复杂,您将需要分离文件并将应用程序组织得更类似于游戏或渲染器,请查看有关游戏引擎架构的这篇文章和有关实时渲染器架构的这篇文章,以了解更多详细信息。 ├─ :open_file_folder: node_modules/ # :baby: Dependencies │ ├─
【文件预览】:
webgl-seed-master
----index.html(598B)
----src()
--------main.ts(197B)
--------renderer.ts(6KB)
----.travis.yml(251B)
----tsconfig.json(744B)
----license.md(1KB)
----.gitignore(17B)
----readme.md(3KB)
----package-lock.json(142KB)
----package.json(1KB)
----webpack.ts(3KB)