Skip to content

WuJiayiSH/EffekseerForCocos2d-x-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EffekseerForCocos2d-x

Effekseer runtime for Cocos2d-x v3 compatible with editor 1.53e

Install in cocos2d-x project:

git submodule add https://github.com/WuJiayiSH/EffekseerForCocos2d-x-v3.git frameworks\EffekseerForCocos2d-x-v3

Update your CMakeLists.txt:

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/frameworks/EffekseerForCocos2d-x-v3)
target_link_libraries(${APP_NAME} effekseer)
target_include_directories(${APP_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/frameworks/EffekseerForCocos2d-x-v3)

About

Effekseer runtime for Cocos2d-x v3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published