Expand description
Extendable, retained mode, graphics API agnostic UI library.
See examples here - https://github.com/mrDIMAS/rusty-shooter/blob/master/src/menu.rs
Re-exports§
pub use rg3d_core as core;
Modules§
- Docking manager allows you to dock windows and hold them in-place.
- Drop-down list. This is control which shows currently selected item and provides drop-down list to select its current item. It is build using composition with standard list view.
- File browser is a tree view over file system. It allows to select file or folder.
- Message and events module contains all possible widget messages and OS events.
- Tree widget allows you to create views for hierarchical data.
Macros§
Structs§
Enums§
Constants§
Traits§
- Trait for all UI controls in library.