This crate is a collection of examples for imgui.
Much more information on how to use imgui
can be found at that repository. This repository
can show examples of how to use imgui
's API and, to a lesser extent, how to setup an
imgui
platform and renderer.
To start seeing these examples in action, simply run:
cargo run --example hello_world;
The following examples are available now:
collapsing_header
color_button
creating_windows
custom_textures
disablement
draw_list
empty
hello_world
id_wrangling
keyboard
long_list
long_table
multiple_fonts
progress_bar
radio_button
slider
tables_api
test_drawing_channels_split
test_window
test_window_impl
text_callbacks
text_input
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Uses Dear ImGui and cimgui.