跨平台游戏引擎Axmol-2.2.0发布

The 2.2.0 release is a minor LTS release for bugfixes and improvements

🙏thanks to all contributers of axmol include financial sponsors: @thienphuoc, @bingsoo, @asnagni, @paulocoutinhox, @DelinWorks, @DUONG

Significant changes relative to 2.1.5:

Bug fixes

Improvements

sdks updates

  • emsdk: 3.1.63 ==> 3.1.67

3rdparty updates

  • glad: 2.0.6 ==> 2.0.8
  • curl: 8.9.1 ==> 8.10.1
  • simdjson: 3.10.0 ==> 3.10.1
  • libpng: 1.6.43 ==> 1.6.44
  • c-ares: 1.33.0 ==> 1.34.1
  • openssl: 3.3.1 ==> 3.0.15
  • yasio: 4.2.4 ==> 4.3.1
  • jpeg-turbo: 3.0.3 ==> 3.0.4
  • luajit: 2.1-04dca79 ==> 2.1-97813fb
  • simdjson: 3.10.0 ==> 3.10.1
  • rapidjson: 1.1.0-b4a6da3 ==> 1.1.0-815e6e7
  • freetype: 2.13.2 ==> 2.13.3

下载

Github: axmol-2.2.0.zip

百度网盘: axmol-2.2.0.zip

QQ群文件:1083021383

axmol-2.2.0.zip MD5: D42B00A4FBFEF44E8AB38A56C2028A5E

相关推荐
blasit2 小时前
笔记:Qt C++建立子线程做一个socket TCP常连接通信
c++·qt·tcp/ip
肆忆_1 天前
# 用 5 个问题学懂 C++ 虚函数(入门级)
c++
不想写代码的星星1 天前
虚函数表:C++ 多态背后的那个男人
c++
端平入洛3 天前
delete又未完全delete
c++
端平入洛4 天前
auto有时不auto
c++
哇哈哈20215 天前
信号量和信号
linux·c++
多恩Stone5 天前
【C++入门扫盲1】C++ 与 Python:类型、编译器/解释器与 CPU 的关系
开发语言·c++·人工智能·python·算法·3d·aigc
蜡笔小马5 天前
21.Boost.Geometry disjoint、distance、envelope、equals、expand和for_each算法接口详解
c++·算法·boost
超级大福宝5 天前
N皇后问题:经典回溯算法的一些分析
数据结构·c++·算法·leetcode
爱搞虚幻的阿恺5 天前
Niagara粒子系统-超炫酷的闪电特效(加餐 纸牌螺旋上升效果)
游戏·游戏引擎