Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 729 Bytes

File metadata and controls

28 lines (21 loc) · 729 Bytes

Bevy Volumetric Sky

Sky Model

A volumetric sky plugin for Bevy based on the Unreal Engine Atmospheric Shader paper published by Sebastian Hillaire.

Running Native app:

cargo run

Running WASM Web app:

pnpm install
pnpm build:wasm
pnpm run dev

Note: this repository is still under development and is not yet ready for production use. Releasing it for early feedback.

Related work:

References: