文件名称:canvas-loop:canvas loopscale实用程序
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-17 06:35:15
JavaScript
画布循环 - 另一个canvas shell实用程序,建立在和之上。 对于全屏视网膜画布演示很有用。 例子: var createGL = require ( 'webgl-context' ) var createLoop = require ( 'canvas-loop' ) // get a WebGL context var gl = createGL ( ) var canvas = gl . canvas document . body . appendChild ( canvas ) // setup a retina-scaled canvas var app = createLoop ( canvas , { scale : window . devicePixelRatio } ) // start rendering app . start ( ) // o
【文件预览】:
canvas-loop-master
----index.html(291B)
----demo.es6(994B)
----test.js(677B)
----.npmignore(96B)
----LICENSE.md(1KB)
----README.md(2KB)
----.gitignore(56B)
----index.js(999B)
----package.json(1KB)