Spine Runtime integration for AUI Framework.
Caution
Integration of Spine Runtime requires a license. Please consult with these terms before using this module.
# import AUI - see https://github.com/aui-framework/aui
auib_import(aui https://github.com/aui-framework/aui
COMPONENTS core views
VERSION ${AUI_VERSION})
auib_import(aui.spine https://github.com/aui-framework/aui.spine)aui.spine adds ASpineView - AUI's AView which displays Spine animation.
See example dir.
- Clone this repo.
- CMake configure with
-DAUI_SPINE_EXAMPLES=TRUE - Run aui.spine.example
