跨平台游戏引擎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

相关推荐
王老师青少年编程3 小时前
csp信奥赛C++高频考点专项训练之贪心算法 --【哈夫曼贪心】:合并果子
c++·算法·贪心·csp·信奥赛·哈夫曼贪心·合并果子
叼烟扛炮4 小时前
C++第二讲:类和对象(上)
数据结构·c++·算法·类和对象·struct·实例化
郑寿昌4 小时前
UE5与UE6在Lumen和Nanite的差异解析
游戏引擎·图形渲染·着色器
样例过了就是过了5 小时前
LeetCode热题100 最长公共子序列
c++·算法·leetcode·动态规划
谭欣辰6 小时前
C++ 排列组合完整指南
开发语言·c++·算法
橙子也要努力变强6 小时前
信号捕捉底层机制-机理篇2
linux·服务器·c++
盐焗鹌鹑蛋7 小时前
【C++】stack和queue类
c++
郝学胜-神的一滴8 小时前
罗德里格斯旋转公式(Rodrigues‘ Rotation Formula)完整推导
c++·unity·godot·图形渲染·three.js·unreal
lzh200409198 小时前
深入理解进程:从PCB内核结构到写时拷贝的底层实战
linux·c++
aseity8 小时前
跨平台项目中QString 与 非Qt 跨平台动态库在字符集上的一个实用的互操作约定.
c++·经验分享