Hyperreal©
Photorealistic environment shaders for Godot, built to be cheap enough to ship.

Godot can look like this. The problem has never been the renderer — it’s that the material systems around it are built for stylized work, and the realistic path means either writing your own shaders or paying for effects you can’t afford on a mid-range GPU.
Hyperreal is eight add-ons that take the other route: photorealistic results from controls you can actually author, at a cost you can actually ship.
What’s in it
A Terrain3D material built around materials instead of textures, with colour control that survives painting.
TerrainSurface and underwater in one shader, with a full submarine state out of the box.
WhitewaterBillboard cards with flipbooks, flow, wind and every fade needed to hide the illusion.
WispLens optics, layered shake, and an operator that walks and flies your camera.
CameraDistance fog that matches your actual sky, plus sky projections that parallax.
Sky & FogThe shared lighting, billboarding and texture-array add-ons underneath.
ToolkitDesign principles
Cheap by default. Every effect is built for the Mobile renderer first, not retrofitted to it. Turning a feature off costs nothing rather than a little.
Authorable, not procedural. Terrain materials are property blocks you tune by hand, not noise stacks you fight. Water is driven by textures you can replace with your own.
One lighting model. Terrain, water and cards all light the same way, so a look you establish on one carries to the others.
Real inspector controls. Everything is exposed as named, ranged, grouped properties — no magic numbers buried in shader code.