https://www.youtube.com/watc...
I made a Sky rendering plugin for BEVY (the rust game engine). It has: Northern lights (Aurora), Gradient background, Stars, and is blazingly fast due to some clever optimizations, even the aurora is rendered inside a skybox fragment shader. The project is open source, and available on crates.io Source code: https://github.com/TanTanDev/bevy_sky_gradient crates.io: https://crates.io/crates/bevy_sky_gradient #gamedev #bevy #rendering
Home
/
Indie Game Developers
/
Tantan
/
How I made AAA Sky Rendering from scratch