bevy_feronia 0.8.2

Foliage/grass scattering tools and wind simulation shaders/materials that prioritize visual fidelity/artistic freedom, a declarative api and modularity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod components;
pub mod cpu_sampler;
pub mod material;
pub mod plugin;
pub mod resources;
pub mod sampler;
pub mod state;
pub mod systems;

pub mod prelude {
    pub use super::components::*;
    pub use super::material::*;
    pub use super::plugin::*;
    pub use super::resources::*;
    pub use super::sampler::*;
    pub use super::state::*;
}