Skip to content

Commit 54fc3e4

Browse files
N27: bevy_atmosphere (#833)
Co-authored-by: Joe Clay <[email protected]>
1 parent baa442d commit 54fc3e4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/news/027/bevy_atmosphere.png

411 KB
Loading

content/news/027/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,23 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
379379
[hecs_rapier]: https://github.com/smokku/hecs_rapier
380380
[bevy_rapier2d]: https://github.com/dimforge/bevy_rapier
381381

382+
### [bevy_atmosphere] 0.1.1
383+
384+
![dawn in bevy_atmosphere](bevy_atmosphere.png)
385+
386+
[bevy_atmosphere] ([GitHub][bevy_atmosphere]) by @JonahPlusPlus
387+
is a procedural sky plugin for Bevy.
388+
389+
By adding the `AtmospherePlugin`, users get a skybox around the camera in their scene.
390+
Users can also set the appearance of the sky adding a `AtmosphereMat` resource.
391+
392+
0.1.0 and 0.1.1 have been released on [crates.io](https://crates.io/crates/bevy_atmosphere).
393+
394+
0.1.1 changes the default position of the sun to be in the sky,
395+
so only the plugin is needed to get a Unity-like sky.
396+
397+
[bevy_atmosphere]: https://github.com/JonahPlusPlus/bevy_atmosphere
398+
382399
### [bevy_kira_audio]
383400

384401
[bevy_kira_audio] is a [Bevy] plugin that integrates the audio library [Kira]

0 commit comments

Comments
 (0)