Realtime Raytracing in Bevy 0.17 (Solari)
jms55.github.io·1d·
Discuss: Hacker News

Sep 20, 2025

Lighting a scene is hard! Anyone who’s tried to make a 3D scene look good knows the frustration of placing light probes, tweaking shadow cascades, and trying to figure out why their materials don’t look quite right.

Over the past few years, real-time raytracing has gone from a research curiosity to a shipping feature in major game engines, promising to solve many of these problems by simulating how light actually behaves.

With the release of v0.17, Bevy now joins the club with experimental support for hardware raytracing!

PICA PICA scene by SEED

Try it out yourself:

git clone https://github.com/bevyengine/bevy && cd bevy
git checkout release-0.17.0
cargo run --release --examples solari --featu...

Similar Posts

Loading similar posts...