Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 745 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 745 Bytes

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