Expand description

egui bindings for glow.

The main types you want to look are are Painter and EguiGlow.

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.

  • screen_reader — Experimental support for a screen reader.

  • puffin — Enable profiling with the puffin crate.

  • winit — Enable winit integration.

Optional dependencies

  • document-features — Enable this when generating docs.

Re-exports

pub use glow;
pub use painter::CallbackFn;
pub use painter::Painter;
pub use winit::*;

Modules

Macros

Check for OpenGL error and report it using tracing::error.

Check for OpenGL error and report it using tracing::error.