JonahPlusPlus/bevy_atmosphere
Fork: 19 Star: 267 (更新于 2024-10-30 17:21:44)
license: Apache-2.0
Language: Rust .
A procedural sky plugin for bevy
最后发布版本: 0.10.0 ( 2024-07-06 06:58:46)
A procedural sky plugin for the Bevy game engine.
"basic" Example
use bevy::prelude::*;
use bevy_atmosphere::prelude::*;
fn main() {
App::new()
.add_plugins((DefaultPlugins, AtmospherePlugin))
.add_system(Startup, setup)
.run();
}
fn setup(mut commands: Commands) {
commands.spawn((Camera3dBundle::default(), AtmosphereCamera::default()));
}
"cycle" Example
Getting Started
To learn more, read the docs or check out the examples.
For more information on the technicalities, you can check out the technical docs or check out my blog.
Bevy compatibility
bevy | bevy_atmosphere |
---|---|
0.14 | 0.10 |
0.13 | 0.9 |
0.12 | 0.8 |
0.11 | 0.7 |
0.10 | 0.6 |
0.9 | 0.5 |
0.8 | 0.4 |
0.7 | 0.3 |
0.6 | 0.1 |
🚧 Warning: Incompatible with WebGL 🚧
Versions 0.4 and higher break compatibility with WebGL by using a compute shader for efficiency.
最近版本更新:(数据更新于 2024-08-25 11:41:55)
2024-07-06 06:58:46 0.10.0
2024-04-09 01:11:01 0.9.1
2024-02-24 02:48:19 0.9.0
2023-11-15 02:50:33 0.8.1
2023-11-14 06:58:51 0.8.0
2023-07-22 04:40:11 0.7.0
2023-03-13 01:45:44 0.6.0
2022-12-04 21:46:17 0.5.0
2022-08-30 11:01:42 0.4.1
2022-08-21 10:34:49 0.4.0
JonahPlusPlus/bevy_atmosphere同语言 Rust最近更新仓库
2024-11-05 08:48:52 lapce/lapce
2024-11-04 19:47:57 dashpay/platform
2024-11-01 02:26:55 mediar-ai/screenpipe
2024-10-30 06:09:45 electric-capital/crypto-ecosystems
2024-10-29 10:21:58 rustdesk/rustdesk
2024-10-27 15:42:03 jtroo/kanata