bevy_atmosphere 0.4.0

A procedural sky plugin for bevy
Documentation
# examples


## [basic.rs]basic.rs


![basic example image](images/basic-example.png)

The most simple usage of bevy_atmosphere. It uses the default `Atmosphere`, which has Earth-like parameters. Feel free to copy it as a template!

## [cycle.rs]cycle.rs


![cycle example image](images/cycle-example.png)

A daylight cycle in the default `ATmosphere`, updating every 50ms.

## [splitscreen.rs]splitscreen.rs


![splitscreen example image](images/splitscreen-example.png)

A split-screen application, demonstrating the flexibility for local multiplayer games. Uses a custom `Atmosphere` to change the sky color.

## [settings.rs]settings.rs


![settings example image](images/settings-example.png)

Demonstrates using `AtmosphereSettings` to update the resolution on the fly, similar to how an in-game quality settings menu could operate.