Skip to content

Latest commit

 

History

History

imgui-winit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dear-ImGui Example

Dear-ImGui Example

Minimal example with imgui and winit.

Running

cargo run --release --package imgui-winit

About

This example is based on minimal-winit, and extends it with imgui to render custom GUI elements over your pixel frame buffer.