egret-docs-master/Engine2D/update/update503/README.md

23 lines
980 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 概述
白鹭引擎包含了白鹭时代研发的遵循HTML5标准的游戏引擎。他包括 2D / 3D 渲染核心、GUI体系、音频管理、资源管理等游戏引擎的常用模块。
通过使用白鹭引擎开发者可以尽可能的不用关注浏览器的底层实现解决HTML5游戏性能问题及碎片化问题灵活地满足开发者开发2D或3D游戏的需求。
本次更新是白鹭引擎 5 的一个小升级,主要修复一些 BUG
## 更新内容
* 2D 渲染 - JavaScript
* 增加自定义滤镜-CustomFilter
* 增加 eui 配置,提升 eui 项目编译速度
* 修复引擎未初始化完成时 resize 引发报错问题
* 删除创建 gui 项目模板
* 2D 渲染 - WebAssembly
* 修复引入 tween 库引发报错问题
## 已知问题
* 开发者如果使用 WebAssembly 渲染,目前会在类的静态变量声明处创建对象时报错
* WebAssembly 渲染目前暂不支持 EUI 模块与 DragonBones 模块