BlurX / BlurY effects

Hello fellow programmers…

I am wondering if there is a built-in blur effect or if there are simple solution for making blur.

Please help… I am having a headache on that one :frowning:

This is a great tutorial in c++ for cocos

… but I don’t know if is possible to convert it in javascript for cocos creator

Try this https://github.com/colin3dmax/CocosCreator

It is very strange to manipulate all this to get a simple effect.
There must be a simple built in option to load a shader.

In earlier version of cocos creator their was cc.GLProgram class but now it seems to act strange.