rafx-plugins 0.0.16

Rendering framework built on an extensible asset pipeline
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod debug3d;
pub mod debug_pip;
pub mod skybox;
pub mod text;
pub mod tile_layer;

// This feature currently requires legion
#[cfg(feature = "legion")]
pub mod sprite;

#[cfg(all(not(feature = "basic-pipeline"), feature = "legion"))]
pub mod mesh_adv;

#[cfg(feature = "egui")]
pub mod egui;

#[cfg(feature = "use-imgui")]
pub mod imgui;