Skip to Content
Introduction

Hyperreal©

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

Rolling green hills with exposed rock and a distant river, rendered in the Godot editor
Terrain, running in the Godot editor.

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.

Whitewater — one material covering the surface, the depth beneath it, and the view from underwater.

What’s in it

Design 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.

Last updated on