万象云档 本次搜索耗时 2.940 秒,为您找到 175 个相关结果.
  • 5 分钟上手 ECharts

    7 2026-09-14 《ECharts 3 教程》
    5 分钟上手 ECharts 获取 ECharts 引入 ECharts 绘制一个简单的图表 5 分钟上手 ECharts 5 分钟上手 ECharts 获取 ECharts 你可以通过以下几种方式获取 ECharts。 从官网下载界面 选择你需要的版本下载,根据开发者功能和体积上的需求,我们提供了不同打包的下载,如果你在体积上没有要求...
  • 数据滑动条插件使用

    数据滑动条插件使用 数据滑动条插件使用 简介如何使用 slider 组件1. 引入 slider 组件2. 创建 dom3. 生成 slider 组件并渲染一个简单的例子股票图简介用于数据范围的选择插件,尤其适用于大数据量的图表绘制,帮助用户更好得关注某一范围的数据可视化结果。 如下图所示: 如何使用 slider 组件1. 引入 slider 组件...
  • TilingSprite 组件

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

    A11y 无障碍插件 介绍 Eva.js 无障碍插件,用于为游戏对象添加无障碍的能力。插件通过定位游戏对象的位置,自动化地添加辅助 DOM,使得游戏对象能被聚焦,游戏拥有无障碍能力。 安装 使用 NPM npm install @eva / plugin - a11y 在浏览器中 <script src = "https://unpk...
  • 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-...
  • Text

    Text The Text component provides the gameObject with the ability to display text. After using the Text component, the width of the gameObject will set the width of the text area t...
  • 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...
  • Mask

    Mask The Mask component can cut the display range of the GameObject, and a renderer needs to be installed before use. Demo Install With NPM npm i @eva / plugin - renderer @e...
  • NinePatch

    NinePatch We often encounter some pictures that are not fixed in size, but the surrounding or four-pass style is not deformed, that is, the .9 picture, such as a message bubble. I...
  • Spine skeletal animation

    Spine skeletal animation Spine is a 2D animation software tailored specifically for software and game developers. Animators, original artists, and engineers work together to give ...