Blit:一个简单的游戏周期引擎 源码
ProperJS // Blit 一个简单的游戏周期引擎。 安装 npm i properjs-blit --save-dev 用法 使用Blit在Javascript画布上对动画进行排序的示例: import Blit from "properjs-blit" ; const images = [ "https://www.kitajchuk.com/assets/img/kickflip/kickflip_01.png" , "https://www.kitajchuk.com/assets/img/kickflip/kickflip_02.png" , ... , // Imagine there are many images (see test script/html for full reference) ] . map ( ( url ) => {
文件列表
Blit-master.zip
(预估有个12文件)
Blit-master
.eslintrc
166B
package.json
1KB
babel.config.json
55B
test
test.js
4KB
index.html
891B
LICENSE
1KB
package-lock.json
346KB
.npmignore
4B
暂无评论