Trying to get some good-looking depth of field. And now that I can add post-processes relatively easily, I tried adding full-screen blur (which is simpler than DoF) in my menus behind popups, to test if it looks any better.
This is a mostly handmade engine, currently I added this only in my OpenGL renderer, it's just classic several pixel shading passes after forward-rendering the world in a quad.