Registry / other / egui-glow

egui-glow

JSON →
library0.34.3rscratesunverified

Bindings for using egui natively with the glow OpenGL library.

# Cargo.toml [dependencies] egui_glow = "0.34.3"
INSTALL
IMPORT
SIG · EGUI-GLOW
E
egui-glow
otherrustv0.34.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EguiGlow
use egui_glow::EguiGlow;

Minimal usage showing EguiGlow creation.

use egui_glow::EguiGlow; fn main() { // Example: create an EguiGlow instance (requires glow context) let _egui_glow = EguiGlow::new(/* glow context */); }
Debug
Known issues
gotchaRequires a valid glow OpenGL context to be initialized before use.
fix
Ensure you have created a glow context (e.g., via glium, sdl2, or raw gl) before constructing EguiGlow.
affects: >=0.34.0
Upgrade
Version history
0.34.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
egui-glow — cargo add egui-glow · libregistry