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

相关推荐
Larry_Yanan7 分钟前
QML学习笔记(三十)QML的布局器(Layouts)
c++·笔记·qt·学习·ui
▍ 小太阳 ☼19 分钟前
Unity2022Navigation系统打开方式
unity·游戏引擎
筱砚.22 分钟前
【C++——面向对象编程综合案例】
c++
ajassi200027 分钟前
开源 C++ QT QML 开发(十五)通讯--http下载
c++·qt·开源
我梦之635 分钟前
libevent输出缓存区的数据
服务器·网络·c++·缓存
磨十三40 分钟前
C++ 单例模式(Singleton)详解
c++·单例模式
Nuyoah11klay2 小时前
华清远见25072班C++学习day7
c++
bkspiderx2 小时前
C++设计模式之行为型模式:迭代器模式(Iterator)
c++·设计模式·迭代器模式
努力努力再努力wz3 小时前
【C++进阶系列】:万字详解智能指针(附模拟实现的源码)
java·linux·c语言·开发语言·数据结构·c++·python
凤年徐3 小时前
【C++】string的模拟实现
c语言·开发语言·c++