Running Cocos2DShaderCookbook on cocos2dx

Hi,
i moved from cocos2d-iphone .
anyone can help me run Cocos2DShaderCookbook shaders on cocos2d-x
https://github.com/slembcke/Cocos2DShaderCookbook.
thank you

I started forking it to cocos2d-x 3.x, but then lost interest in finishing it as it was to mainly learn the structure of setting up a shader with custom uniforms. I could probably finish the rest of it pretty quickly, but maybe it’ll help you out? Also, definitely check out the shader tests as well as the Sprite3D EffectSprite tests as they show most if not everything necessary for writing custom shaders.

TY stevetranby .