nightshade 0.13.3

A cross-platform data-oriented game engine.
Documentation
pub mod builder;
mod canvas_render;
pub mod color;
pub mod components;
pub mod composite;
pub mod layout_types;
pub mod picking;
pub mod reactive;
pub mod render_sync;
pub mod resources;
pub mod scope;
pub mod state;
#[cfg(feature = "syntax_highlighting")]
pub mod syntax;
pub mod systems;
pub mod testing;
mod text_wrapping;
pub mod theme;
mod tile_render;
pub mod types;
pub mod units;
pub mod user_interface;
pub mod widget_systems;
pub mod widgets;

pub use builder::*;
pub use components::*;
pub use layout_types::*;
pub use resources::*;
pub use scope::*;
pub use state::*;
pub use theme::*;
pub use types::*;
pub use units::*;
pub use user_interface::*;
pub use widgets::ContextMenuBuilder;
pub use widgets::TileBuilder;