| Crates.io | egui_glfw_gl |
| lib.rs | egui_glfw_gl |
| version | 0.13.1 |
| created_at | 2021-07-27 00:56:50.613448+00 |
| updated_at | 2021-07-27 00:56:50.613448+00 |
| description | OpenGL backend for egui using GLFW |
| homepage | https://github.com/cohaereo/egui_glfw_gl |
| repository | https://github.com/cohaereo/egui_glfw_gl |
| max_upload_size | |
| id | 427681 |
| size | 76,856 |

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