stevetranby / cocos2dx-shader-cookbook

Cocos2d-x Shader Cookbook
MIT License
77 stars 23 forks source link

Does not build #1

Open jeffwilson2018 opened 6 years ago

jeffwilson2018 commented 6 years ago

do I have to do to this project after clone to get it to compile corrently? NONE os the coscos2d-x projects Ive cloned from git actually work

stevetranby commented 6 years ago

I'll have to check this out fresh and test along with the upgrading the cocos lib to the latest 3.16 and git repo HEAD.

The issue with cocos2d projects working with the latest cocos2d-x version (e.g. 3.16, or HEAD) is that they tend to break backward compatibility every 3-4 minor versions. 3.0, 3.4, 3.9, 3.13, 3.15, 3.16+ all breaking versions in some way, even if just minor breaks.

Did you get a bunch of errors, or just a couple?