Skip to content

Latest commit

 

History

History

minimal-egui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Egui Example

Egui Example

Minimal example with egui and winit.

Running

cargo run --release --package minimal-egui

About

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