EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

Support for real-time blur #690

Open inkeliz opened 4 years ago

inkeliz commented 4 years ago

I'm struggling to implement that feature, and I don't have any skill for GLES/OpenGL. But, if someone could achieve that, I think it will be nice to have support for the blur effect, like:

5wfLe

It can be useful for GUI, rather than a simple background. The blur must be "real-time", so any entity behind it (even moving) must be blurred.

I try to create some new Shader, just a modifier of basicShader, but I didn't get it to work.