Home

Awesome

imgui-examples

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.

Quick Start

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

License

Licensed under either of

at your option.

Uses Dear ImGui and cimgui.