
Axmol 2.8.0 版本是一个以错误修复和功能改进为主的次要 长期支持版本,发布时间: 2025 年 9 月 1 日
?感谢所有对 axmol 项目的贡献者,包括财务赞助者:@scorewarrior、@peterkharitonov、@duong、@thienphuoc、@bingsoo、@asnagni、 @paulocoutinhox 以及 历史赞助者
仓库地址
- GitHub (官方): https://github.com/axmolengine/axmol
- Gitee (镜像): https://www.php.cn/link/0a27b0193970757955db1cae7efb9c3a
错误修复
- 修复 #2669:由于 DriverGL 初始化失败,Windows 11 上的 Windows UWP 无法运行,由 @halx99 修复。
- 修复 #2655:在 Android 场景包含 ImGui 图层时多点触控不起作用,由 @halx99 修复。
- 修复 #2674:Linux 上最终应用未链接 OpenSSL,由 @halx99 修复(PR:https://github.com/axmolengine/axmol/pull/2675)。
- 修复从普通模式切换到 SDF 时标签渲染的 FontAtlas 错误,由 @halx99 修复(PR:https://github.com/axmolengine/axmol/pull/2629)。
- 修复 wasm 中 Device::getTextureDataForText 处理空白文本时抛出异常,由 @halx99 修复。
- 修复 Linux 上当 LabelType 为 STRING_TEXTURE 时标签颜色不正确的问题,由 @halx99 修复。
- 修复错误的 fmt::format_to 用法,由 @halx99 修复(PR:https://github.com/axmolengine/axmol/pull/2612)。
- 修复 genbindings.ps1 中 LLVM 版本截取逻辑问题,由 @halx99 修复。
- 修复 Label 的 SDF 在字体缩放时的渲染问题及其他相关错误,由 @halx99 修复(PR:https://github.com/axmolengine/axmol/pull/2625)。
- 修复项目包含 Swift 代码时的编译错误,由 @halx99 修复(PR:https://github.com/axmolengine/axmol/pull/2632)。
- 修复 wasm Downloader 以错误权限打开文件(#2666),由 @AlexandreK38 修复(PR:https://github.com/axmolengine/axmol/pull/2666)。
- 修复在 CMake 4.1 以 Windows 为目标时“找不到汇编器”的构建失败问题,由 @halx99 修复。
功能改进
- 改进 Apple iOS 平台的渲染视图创建,由 @halx99 提交(PR:https://github.com/axmolengine/axmol/pull/2600)。
- 将 GLView 重命名为 RenderView,由 @halx99 提交(PR:https://github.com/axmolengine/axmol/pull/2602)。
- 在 2.6.0 版本发布说明中增加 emsdk 降级提示,作者 @halx99。
- 改进 wasm 开发环境配置说明,作者 @halx99。
- 将 重命名为 ,作者 @halx99。
- 更新 pull_request_template.md,作者 @aismann(PR:https://github.com/axmolengine/axmol/pull/2609)。
- 改进 UTF-8 字符计数,移除 strlen 调用,作者 @halx99(PR:https://github.com/axmolengine/axmol/pull/2614)。
- 改进 UTF-8 文本处理,作者 @halx99。
- 移除 sprintf/snprintf 存根,作者 @halx99(PR:https://github.com/axmolengine/axmol/pull/2615)。
- 改进 Android SDK 设置,Axmol 指定的 Android SDK 目录优先级:
android project local properties
登录后复制
> > > axmol/tools/external/adt/sdk
登录后复制
,作者 @halx99。
- 更多头文件使用 pragma once,作者 @halx99(PR:https://github.com/axmolengine/axmol/pull/2616)。
- 新增窗口尺寸限制设置支持,作者 @NgVThangBz(PR:https://github.com/axmolengine/axmol/pull/2618)。
- 将 cpp-tests 中“Node: Label - New API”重命名为“Node: Label”,作者 @aismann(PR:https://github.com/axmolengine/axmol/pull/2627)。
- 更新 ImGui 多视口提示信息,作者 @halx99。
- 改进测试(统一 cpp-/lua- 测试中的菜单项命名),作者 @aismann(PR:https://github.com/axmolengine/axmol/pull/2640)。
- 将 SIMD 可用性检测移入独立的 CMake 文件,作者 @j-jorge(PR:https://github.com/axmolengine/axmol/pull/2642)。
- 将 CMAKE_MSVC_DEBUG_INFORMATION_FORMAT 设为 Embedded,以解决 PDB 体积过大问题,作者 @halx99。
- 改进 NuGet 包管理,作者 @halx99(PR:https://github.com/axmolengine/axmol/pull/2671)。
SDK 和工具更新
- AGP: 8.11.0 => 8.11.1
- gradle: 8.14.3 => 9.0.0
- cmake: 4.0.3 => 4.1.1
- webview2 (msedge): 1.0.992.28 => 1.0.3045.78
三方库更新
发布文件 MD5 校验值
- : 0100b8b0a73d25b0fb020590fc2e8a54
- : 114afdb56e2f507c831163e6cd6385e8
下载
GitHub
国内用户可尝试复制链接使用迅雷下载
- axmol-2.8.0.zip
- axmol-bs-2.8.0.zip
- axmol-2.8.0.zip
- axmol-bs-2.8.0.zip
SourceForge
Axmol-2.8.0
本版亮点详解
-
NuGet 包管理优化
本版本对 NuGet 包管理进行了改进:Axmol 依赖的 Microsoft Edge WebView2 和 CppWinRT 包将在 CMake 配置阶段统一下载至 <AX_ROOT>/cache/packages
登录后复制
目录。
这样,即使删除 目录,这些依赖包也无需重新下载。此前版本会将依赖下载到 ,导致清理构建目录后需重复下载。
Axmol 项目最新动态
源码地址:点击下载
以上就是跨平台游戏引擎 Axmol-2.8.0 发布的详细内容,更多请关注php中文网其它相关文章!