axmol/extensions/spine
halx99 bfe167121e Add cmake option AX_GLES_PROFILE
Valid value of AX_GLES_PROFILE: 0, 200, 300

By default, the AX_GLES_PROFILE is:

- android: 200, allow axmol apps runs on: API 17 Android 4.2+ devices
- winuwp: 300
- Win32/linux/osx/ios/tvos: 0

For ios/tvos, will forcing AX_GLES_PROFILE to 300 if AX_GLES_PROFILE not 0
2023-08-14 20:40:05 +08:00
..
runtime Update spine to 4.1-fc05ecf 2023-05-07 21:15:56 +08:00
shaders Add cmake option AX_GLES_PROFILE 2023-08-14 20:40:05 +08:00
CMakeLists.txt Add cmake option AX_GLES_PROFILE 2023-08-14 20:40:05 +08:00
README.md Final migrate (#876) 2022-10-01 16:24:52 +08:00
SkeletonAnimation.cpp Update spine runtime to v4.1-c9af18e 2022-11-07 15:48:19 +08:00
SkeletonAnimation.h Update spine runtime to v4.1-c9af18e 2022-11-07 15:48:19 +08:00
SkeletonBatch.cpp Add cmake option AX_GLES_PROFILE 2023-08-14 20:40:05 +08:00
SkeletonBatch.h Update spine runtime to v4.1-c9af18e 2022-11-07 15:48:19 +08:00
SkeletonRenderer.cpp Update spine to 4.1-fc05ecf 2023-05-07 21:15:56 +08:00
SkeletonRenderer.h Update spine to 4.1-fc05ecf 2023-05-07 21:15:56 +08:00
SkeletonTwoColorBatch.cpp Add cmake option AX_GLES_PROFILE 2023-08-14 20:40:05 +08:00
SkeletonTwoColorBatch.h Fix dll linkage 2023-01-06 18:38:16 +08:00
spine-cocos2dx.cpp Update spine to 4.1-fc05ecf 2023-05-07 21:15:56 +08:00
spine-cocos2dx.h Update spine runtime to v4.1-c9af18e 2022-11-07 15:48:19 +08:00

README.md

spine 3.6~4.1 for axmol

Usage

  1. Delete all files of folder axmol/extensions/spine
  2. Switch to branch spinexx then copy spine-axmol/spine to axmol/extensions/spine

References