Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

examples

basic example image

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 example image

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

splitscreen example image

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

settings example image

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