| Crates.io | egui_glfw |
| lib.rs | egui_glfw |
| version | 0.55.2 |
| created_at | 2024-03-29 15:54:21.454559+00 |
| updated_at | 2024-08-27 23:09:27.103916+00 |
| description | OpenGL backend for egui using GLFW |
| homepage | https://github.com/r-esu/egui_glfw |
| repository | https://github.com/r-esu/egui_glfw |
| max_upload_size | |
| id | 1190319 |
| size | 94,319 |
We all know, egui_glfw_gl is now archived, And you can not add it to the latest version of a glfw project. Here all of that is fixed, you can just install at and everything is ready to go!
Thanks to cohaereo for making such a useful crate!

This is a backend implementation for Egui that can be used with Rust bindings for GLFW and OpenGL.
To add the crate you can simply do:
$ cargo add egui_glfw
And done, Congrats!
To run the example demo you just need to write the following command:
$ cargo run --example demo
egui_glfw is a fork off egui_glfw_gl and based off egui_sdl2_gl, created by ArjunNair