This is a backend implementation for Egui that can be used with Rust bindings for GLFW and OpenGL.
I have made an example to demonstrate the usage of egui_glfw_gl. To run the example, run the following:
cargo run --example demo
egui_glfw_gl is based off egui_sdl2_gl, created by ArjunNair