Overview #
Hero Renderer is a professional-grade, backend-independent rendering engine for Minecraft — the rendering foundation of the Hero Studios ecosystem. It incrementally replaces the vanilla rendering pipeline with a modular, multithreaded engine behind the HGFX graphics API, with complete OpenGL and Vulkan backends and a version abstraction layer.
Minecraft's renderer is powerful but constrained. Hero Renderer is the Hero Studios rendering foundation — a modular, multithreaded engine behind its own graphics API (HGFX) that incrementally replaces the vanilla pipeline. Advanced graphics, rendering extensibility, and maximum performance, with a version abstraction layer that proves API independence.
Quick start #
- Install Fabric Loader and Fabric API for your Minecraft version.
- Place the Hero Renderer JAR into your mods folder.
- Launch the game — the engine's frame is presented inside Minecraft via a GL blit.
- Tune rendering quality from the engine's config.
Frequently asked questions #
Is Hero Renderer released?
Which backends does it support?
What versions are supported?
How does it relate to Hero Client?
Compatibility #
| Property | Value |
|---|---|
| Loader / platform | Fabric |
| Minecraft versions | 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.5, 1.21.11, 26.2 |
| Latest version | 2.1 |
Fabric and NeoForge builds; Java 21 for 1.21.x, Java 25 for 26.x.