万象云档 本次搜索耗时 2.328 秒,为您找到 527 个相关结果.
  • 平铺精灵 TilingSprite

    平铺精灵 TilingSprite 在一些无限背景的游戏中可以通过平铺精灵来实现背景的无缝衔接,类似 css 中的 background-repeat: repeat; 功能,使用前需要安装渲染器。 Demo 安装 使用 NPM npm i @eva / plugin - renderer @eva / plugin - renderer -...
  • 遮挡排序与透明度

    遮挡排序与透明度 使用前需要安装渲染器 透明度 Demo 排序 Demo 安装 使用 NPM npm i @eva / plugin - renderer @eva / plugin - renderer - render 在浏览器中 <script src = "https://unpkg.com/@eva/plugin-ren...
  • 过渡动画

    过渡动画 对 Component 上的属性做线性变化,实现过渡动画。 https://eva.js.org/playground/#/transition https://eva.js.org/playground/#/transition2 安装 使用 NPM npm i @eva / plugin - transition 在浏...
  • 帧动画

    帧动画 帧动画是由多张连续的图片按照一定的时间间隔播放的动画,通常会将图片合并到一张图片里面,然后通过 JSON 来描述图片的位置以及播放的顺序。 Eva.js 的帧动画底层是 pixi.js spriteAnimation 实现的,因此在 Eva.js 中可以使用 spriteAnimation 支持的雪碧图生成工具导出的素材,比如 TexturePa...
  • Spine 骨骼动画

    Spine 骨骼动画 Spine 是一款专门为软件和游戏开发者量身打造的 2D 动画软件。动画师、原画师和工程师共同为您的游戏赋予生命。使用 Spine 骨骼动画可以实现一些更加丰富的效果,相对于帧动画能够更好的减少内存占用。Spine 是收费软件,请购买后使用,Spine 官网:http://zh.esotericsoftware.com/。目前支持 ...
  • Quick start

    Quick start Demo project Demo project created based on webpack: https://github.com/eva-engine/start-demo Demo project created based on webpack with cdn: https://github.com/eva-...
  • Resource Management

    Resource Management All resources used in the game will be managed by the resource manager. Before using the resource, you need to add the resource to the resource manager, and se...
  • Graphics Graphics

    Graphics Graphics The Graphics component provides GameObject with the ability to draw graphics. Demo Install With NPM npm i @eva / plugin - renderer @eva / plugin - renderer...
  • Dragonbones

    Dragonbones 龙骨动画 DragonBones 是白鹭时代推出的面向设计师的 2D 游戏动画和富媒体内容创作平台,它提供了 2D 骨骼动画解决方案和动态漫画解决方案。使用 Dragonbones 骨骼动画可以实现更加丰富的效果,相对于帧动画能够更好的减少内存占用。 Dragonbone 龙骨动画官网:http://dragonbones.com...
  • Sound

    Sound Eva.js audio plugin, the ability to add audio control to the game object, use the Web Audio API to play by default. Install With NPM tnpm install @eva / plugin - sound ...