threejs-miniprogram:微信小程序改编版Three.js

时间:2024-05-17 14:41:32
【文件属性】:

文件名称:threejs-miniprogram:微信小程序改编版Three.js

文件大小:269KB

文件格式:ZIP

更新时间:2024-05-17 14:41:32

JavaScript

threejs-miniprogram Three.js 小程序 WebGL 的适配版本。 使用 可参考 example 目录下的示例项目或参照以下流程: 通过 npm 安装 npm install --save threejs-miniprogram 安装完成之后在微信开发者工具中点击构建 npm。 导入小程序适配版本的 Three.js import {createScopedThreejs} from 'threejs-miniprogram' Page({ onReady() { wx.createSelectorQuery() .select('#webgl') .node() .exec((res) => { const canvas = res[0].node // 创建一个与 canvas 绑定


【文件预览】:
threejs-miniprogram-master
----.eslintrc.js(472B)
----src()
--------EventTarget.js(3KB)
--------Node.js(812B)
--------copyProperties.js(376B)
--------XMLHttpRequest.js(6KB)
--------index.js(2KB)
----.npmignore(31B)
----example()
--------project.config.json(899B)
--------test-cases()
--------index()
--------app.js(40B)
--------sitemap.json(191B)
--------app.json(263B)
--------app.wxss(262B)
--------loaders()
--------miniprogram_npm()
--------package.json(265B)
----LICENSE(1KB)
----build()
--------webpack.config.js(1KB)
----README.md(1KB)
----.npmrc(35B)
----.gitignore(98B)
----package-lock.json(362KB)
----package.json(1KB)

网友评论