
Radiance: Breaking Free from Minecraft's OpenGL Limits
Radiance (Minecraft-Radiance/Radiance)
Radiance is rebuilt of Minecraft renderer on a Vulkan C++ backend, featuring native Hardware Ray Tracing on Windows & Linux. Break free from OpenGL limits for Minecraft.
Tired of waiting for Minecraft to modernize its graphics? Radiance is a community-built mod that completely replaces the vanilla renderer with Vulkan-powered rendering, adding hardware ray tracing on Windows and Linux systems. If you've wondered what Minecraft could look like with real-time lighting and reflection calculations, this project makes it possible.
What Radiance Does
Here's the technical reality: Minecraft has run on OpenGL since its inception, which made sense in 2009. But OpenGL has fundamental limits for advanced effects like ray tracing. Radiance sidesteps that entirely by using Vulkan, a modern graphics API that's purpose-built for high-performance rendering.
Instead of the traditional method where light bounces around in a static, pre-calculated way, ray tracing simulates actual light physics. Rays travel through your world, bounce off surfaces, and create realistic shadows, reflections, and indirect lighting. Real talk, in Minecraft, this means caves feel genuinely dark, water reflects the sky accurately, and sunlight creates believable shadows across terrain. It's the kind of thing that looks immediately different when you load a world.
The project has two main components: the Java mod you download and install, and the C++ Vulkan renderer backend that does the heavy lifting. You don't need to think about that technical split in practice, but it's worth knowing it exists.
Why You'd Want This
Okay, professional graphics in Minecraft sounds appealing in theory. But when would you genuinely use it?
You'd want this if you've ever built something in survival or creative mode and thought, "this would look incredible with proper lighting." Massive builds especially benefit, particularly anything with glass, water, or intricate architecture. The showcase content shows building interiors that look genuinely striking when light pours through windows realistically. And if you're creating detailed structures, you might as well plan things out properly. Tools like the Minecraft Text Generator help you design signage and labels before building, so your creation looks polished from day one.
You'd also want this if you like shader customization.
Radiance supports custom shaderpacks, so you're not locked into one visual style. Two internal shaderpacks come included: one for vanilla-style path tracing and an advanced option with extra features like ReSTIR for improved light sampling and volumetric effects.
But honestly? You'd want this just to see what modern rendering looks like. Even if you don't keep it installed long-term, it's striking enough to show friends or pull inspiration from.
Installing the Thing
Installation is straightforward but has a few wrinkles. On Windows and Linux, grab the mod jar from Modrinth or CurseForge (both platforms are supported). Drop it in your `.minecraft/mods` folder just like any other mod.
Copy the Radiance jar to:.minecraft/mods/
Launch Minecraft through your usual launcher
That's it. One thing worth knowing: Radiance is still in active development, and version 0.1.5-alpha is the latest release. It works solidly, but don't expect every minor Minecraft version to be supported immediately after release.
Windows users should be aware of a known MSVC issue that can occasionally cause crashes with certain JDK versions. The project documentation mentions a fix involving JDK runtime library adjustments, but you might never encounter the problem at all.
What Works Right Now
Ray tracing is the main event, and it's genuinely solid. Reflections, shadows, and global illumination all work as expected. Performance is respectable on decent hardware, which is remarkable for ray-traced Minecraft.
Support for PBR texture packs is built in, and custom shaderpacks load directly without preprocessing needed. Direct light sampling works across all modes, and the advanced shaderpack adds sophisticated techniques for sampling quality. Recent updates brought per-shader customization, multi-threaded chunk loading (faster world initialization), and dramatic improvements to texturepack reload speeds. RAM usage dropped significantly too, which matters for players running modpacks or working with limited memory.
Motion blur, volumetric lighting, and cloud rendering are all part of the current feature set. If you're playing multiplayer and want to manage access properly, the Minecraft Whitelist Creator tool handles that quickly when you're ready to invite friends to your ray-traced world.
The Performance Reality Check
Ray tracing isn't free, and you need decent hardware to pull it off.
You'll need a modern GPU capable of hardware ray tracing (Nvidia or AMD). Integrated graphics won't cut it. Performance varies wildly depending on your world complexity and settings, but the project team has invested serious effort into optimization recently. If you're running a 2-year-old or newer gaming GPU, you'll probably get playable framerates on medium settings. Older cards? You might need to dial back ray tracing intensity or use simpler shaderpacks.
Expect to fiddle with settings.
Customizing with Shaderpacks
This is where Radiance stands out compared to other rendering projects. You're not locked into one visual style. Two shaderpacks ship with the mod: Vanilla PT for vanilla-feeling visuals, and Advanced for latest effects. But you can write or install custom shaderpacks to tweak exactly how lighting behaves, how realistic water looks, how volumetric light scatters. This is where players really personalize their world's appearance.
Community documentation for building and sharing new shaderpacks is actively developing, so more options keep coming.
Worth Installing or Not
If you're a builder who cares about visual presentation, or if you're just curious about seeing Minecraft with modern graphics technology, install it. The project is stable enough for casual playing around.
If you're running a heavily modded installation with dozens of other mods, maybe hold off for now. Radiance is a complete rendering replacement, so universal mod compatibility isn't there yet.
If you want vanilla Minecraft with a few tweaks, this is honestly overkill. But if you're interested in pushing what Minecraft can look like visually, it's genuinely worth testing. Download it, spend an evening in a test world, and see if it grabs you. The community on their Discord is pretty active too, so you can ask questions if you hit friction.
Quick Glance at Alternatives
Other projects exist in the rendering space. Minecraft has traditional shader implementations, but most don't offer true hardware ray tracing support. Radiance's Vulkan approach gives it performance advantages. If you're on Mac or have older hardware, other solutions might fit better. But for modern Windows and Linux systems wanting ray tracing, Radiance is honestly your most direct option right now with 1,025 community stars on GitHub showing strong adoption.
Minecraft-Radiance/Radiance - GPL-3.0, ★1025Lead writer at minecraft.how. Long-time Minecraft player running a small SMP server, testing every build, mod, and seed before writing about it.


