-
-
Notifications
You must be signed in to change notification settings - Fork 209
Extensions
Dani Alias edited this page Jan 30, 2024
·
36 revisions
- Asset Manager
- Live2D (English Community)
- Spine (Website)
- FairyGUI (Website)
- Effekseer particle creator (Website)
- Particle 3D
- Lua Libraries
- Cocostudio
Deprecated (will be erased in 2.2.0):
- DragonBones (Website)
- GUI
More info in the extensions Readme.
It is convenient to disable any extensions you may not require, since it'll speed up the build. For example, this is what you add to your CMakeLists.txt
to disable each one of the following extensions:
set(AX_ENABLE_EXT_SPINE OFF CACHE BOOL "Build extension spine" FORCE)
set(AX_ENABLE_EXT_DRAGONBONES OFF CACHE BOOL "Build extension DragonBones" FORCE)
set(AX_ENABLE_EXT_COCOSTUDIO OFF CACHE BOOL "Build extension cocostudio" FORCE)
set(AX_ENABLE_EXT_FAIRYGUI OFF CACHE BOOL "Build extension FairyGUI" FORCE)
set(AX_ENABLE_EXT_ASSETMANAGER OFF CACHE BOOL "Build extension asset-manager" FORCE)
set(AX_ENABLE_EXT_PARTICLE3D OFF CACHE BOOL "Build extension Particle3D" FORCE)
set(AX_ENABLE_EXT_LUA OFF CACHE BOOL "Build lua libraries" FORCE)