#opengl #egui #glfw #gamedev #back-end #graphics

egui_glfw_gl

OpenGL backend for egui using GLFW

1 unstable release

0.13.1 Jul 27, 2021

#1216 in GUI

23 downloads per month

MIT license

33KB
760 lines

egui_glfw_gl

Latest version MIT

Example screenshot

This is a backend implementation for Egui that can be used with Rust bindings for GLFW and OpenGL.

Example

I have made an example to demonstrate the usage of egui_glfw_gl. To run the example, run the following:

cargo run --example demo

Credits

egui_glfw_gl is based off egui_sdl2_gl, created by ArjunNair

Dependencies

~5–16MB
~235K SLoC