[][src]Crate rg3d_ui

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

border
brush
button
canvas
check_box
combobox
decorator
draw
formatted_text
grid
image
items_control
list_box
message

Message and events module contains all possible widget messages and OS events.

node
popup
progress_bar
scroll_bar
scroll_content_presenter
scroll_viewer
stack_panel
tab_control
text
text_box
ttf
widget
window

Structs

Thickness
UserInterface

Enums

HorizontalAlignment
VerticalAlignment

Traits

Control

Trait for all UI controls in engine.

Type Definitions

NodeHandleMapping