文件名称:dirarare-client-lib:用于动画 2D 像素艺术的 node.js 模块
文件大小:73KB
文件格式:ZIP
更新时间:2024-07-06 10:09:03
JavaScript
Dirarare 客户端库 用于低级动画 2D 像素艺术的 node.js 模块 这个库绘制、填充、移动和调整 2D 像素艺术到像 LED 矩阵一样的网格。 测试 跑步 npm test 控制台调试器 例如: node consoleDebug.js polygon 1,0 5,0 7,5 1,5 或者 node consoleDebug.js line 1,0 5,0 元素 观点 线 多边形 打印机 要构建和调试动画代码,请使用 ConsolePrinter。 查看 /examples 目录中的示例 var dirarare = require ( 'dirarare-client-lib' ) ; var matrix = new dirarare . Matrix ( 8 , 8 ) ; var ConsolePrinter = new dirarare . ConsoleP
【文件预览】:
dirarare-client-lib-master
----lib()
--------printer()
--------helper()
--------objects()
--------movement.js(1KB)
--------matrix.js(2KB)
--------animation.js(2KB)
--------element.js(5KB)
----app.js(2KB)
----blackout.js(361B)
----examples()
--------onoff.js(1KB)
--------openclose.js(2KB)
--------globalfade.js(1KB)
--------cross.js(2KB)
--------anitest.js(1KB)
--------variatime.js(2KB)
----README.md(2KB)
----console.js(4KB)
----docs()
--------images()
----tests()
--------lib()
----.gitignore(26B)
----index.js(460B)
----package.json(766B)