Crate egui_glow

source ·
Expand description

egui bindings for glow.

The main type you want to look at is Painter.

If you are writing an app, you may want to look at eframe instead.

§Feature flags

  • clipboard — For the winit integration: enable cut/copy/paste to os clipboard.

    if disabled a clipboard will be simulated so you can still copy/paste within the egui app.

  • links — For the winit integration: enable opening links in a browser when an egui hyperlink is clicked.

  • puffin — Enable profiling with the puffin crate.

  • winit — Enable winit integration. On Linux, requires either wayland or x11

  • wayland — Enables Wayland support for winit.

  • x11 — Enables x11 support for winit.

§Optional dependencies

  • document-features — Enable this when generating docs.

Re-exports§

Modules§

Macros§

Enums§

  • Helper for parsing and interpreting the OpenGL shader version.