egui_glfw_gl

Crates.ioegui_glfw_gl
lib.rsegui_glfw_gl
version0.13.1
sourcesrc
created_at2021-07-27 00:56:50.613448
updated_at2021-07-27 00:56:50.613448
descriptionOpenGL backend for egui using GLFW
homepagehttps://github.com/cohaereo/egui_glfw_gl
repositoryhttps://github.com/cohaereo/egui_glfw_gl
max_upload_size
id427681
size76,856
cohae (cohaereo)

documentation

README

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

Commit count: 7

cargo fmt