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

相关推荐
樊梓慕2 小时前
【嵌入式】buildroot构建ros2环境
c++·机器人
爱编码的傅同学2 小时前
【程序地址空间】页表的映射方式
c语言·数据结构·c++·算法
序属秋秋秋2 小时前
《Linux系统编程之进程控制》【进程替换】
linux·c语言·c++·操作系统·进程·系统编程·进程替换
hslinux2 小时前
NDK 通过configure 编译C++源码通用脚本
android·c++·ndk·configure
盖世灬英雄z2 小时前
数据结构与算法学习(二)
c++·学习
qq_310658512 小时前
webrtc源码走读(三)核心引擎层——音频引擎
服务器·c++·音视频·webrtc
嵌入式@秋刀鱼2 小时前
ROS开发学习记录【一】
linux·c++·笔记·学习
汉克老师3 小时前
GESP2025年12月认证C++二级真题与解析(编程题2 (黄金格))
c++·二维数组·gesp二级·gesp2级·分支判断
ShineSpark3 小时前
C++单例模式的演进:从经典实现到现代线程安全范式
c++·安全·单例模式
良木生香3 小时前
【数据结构-初阶】二叉树---链式存储
c语言·数据结构·c++·算法·蓝桥杯·深度优先