Crate egui_glium[][src]

Expand description

egui bindings for glium.

The main type you want to use is EguiGlium.

This library is an epi backend. If you are writing an app, you may want to look at eframe instead.

Modules

Structs

Use egui from a glium app.

Options controlling the behavior of a native window

Functions

Is this a close event or a Cmd-Q/Alt-F4 keyboard command?

Helper: checks for Alt-F4 (windows/linux) or Cmd-Q (Mac)

Run an egui app

Time of day as seconds since midnight. Used for clock in demo app.

Type Definitions