1. 首页
  2. 数据库
  3. 其它
  4. Blit:一个简单的游戏周期引擎 源码

Blit:一个简单的游戏周期引擎 源码

上传者: 2021-05-05 05:06:00上传 ZIP文件 82.82KB 热度 14次
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 ) => {
下载地址
用户评论