hydrate-editor 0.0.2

Game asset pipeline and authoring framework
Documentation
mod asset_gallery;
pub use asset_gallery::{draw_asset_gallery, AssetGalleryUiState};

mod main_menu_bar;
pub use main_menu_bar::draw_main_menu_bar;

pub mod inspector_system;

mod inspector;
pub use inspector::{draw_inspector, InspectorUiState};

mod asset_tree;
pub use asset_tree::{draw_asset_tree, AssetTreeUiState};

mod schema_selector;
pub use schema_selector::schema_record_selector;

mod location_selector;
pub use location_selector::draw_location_selector;

mod log_event_view;
pub use log_event_view::{draw_log_event_view, LogEventViewUiState};