Leadwerks 5.1 brings better graphics to cheaper hardware

Leadwerks 5.1 is an open game engine release that spent its cycle making the same scenes run on weaker machines. The headline is better graphics and lower system requirements, including support for integrated graphics — a combination engines usually trade off.
The renderer is the centerpiece. Where 5.0 launched with a clustered forward+ renderer, the team says extensive testing pushed them back to the deferred lighting approach they have used since 2008, which handles large numbers of lights and decals better. So 5.1 ships an all-new MSAA-enabled deferred renderer with stencil-based optimizations and advanced transparency support.
Terrain got a rewrite too: a new clipmap rendering system that drops the need for bindless textures, terrain-mesh blending as a deferred effect controlled from a checkbox, and a fluvial erosion tool that turns simple hills into rugged terrain.
Vegetation now uses alpha-to-coverage, combined with optimized MSAA, for clean sharp plants without the blurry artifacts temporal anti-aliasing introduces. A wind vertex shader effect is included to make environments feel alive. There is new 3D ocean water with adjustable settings and buoyancy physics, and transparency now supports optical density for thick ice and soft particles, with roughness working through transparency for a frosted-glass effect.
The whole release reads as: keep the quality, lower the machine it needs to run.
Source: Leadwerks engine announcement via Hacker News.