effekseer / EffekseerForCocos2d-x

MIT License
41 stars 18 forks source link

Difficult to update to the version 1.6x (v3) #30

Closed IcarusLi closed 2 years ago

IcarusLi commented 3 years ago

createEffekSeerFiles_v3.py had deleted in this 1.6x version. I can't update to 1.6 for my cocos2dx-v3 project, There are a lot of files changed :( 19 files removed;40 files added;15 files rename; xxx files modified..

I'm trying to read the source code, but it's too much. Is there any outline or something?

tks!

durswd commented 3 years ago

It is an overview. But it is old, so I need to update. https://github.com/effekseer/Effekseer/blob/master/docs/Development/CodeOverview.md

I deleted createEffekseerFiles?v3.py because it is difficult to combine Effekseer into one file and build it without CMake If you can compile cocos2dx-3 with Cmake, it is better to add Effekseer to cocos2d-x with Cmake

IcarusLi commented 3 years ago

I made it !!! image

https://user-images.githubusercontent.com/18714890/127324705-02d7058d-503d-40b8-9873-faaf5ebac6e8.MP4

IcarusLi commented 3 years ago

Buiding with Visual Studio 2019,

durswd commented 2 years ago

Cool!