egui_glfw

Crates.ioegui_glfw
lib.rsegui_glfw
version0.55.2
created_at2024-03-29 15:54:21.454559+00
updated_at2024-08-27 23:09:27.103916+00
descriptionOpenGL backend for egui using GLFW
homepagehttps://github.com/r-esu/egui_glfw
repositoryhttps://github.com/r-esu/egui_glfw
max_upload_size
id1190319
size94,319
veni (v2ny)

documentation

README

egui_glfw

Why this fork?

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!


Latest version MIT

Example screenshot

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

Add

To add the crate you can simply do:

$ cargo add egui_glfw

And done, Congrats!

Demo

To run the example demo you just need to write the following command:

$ cargo run --example demo

Credits

egui_glfw is a fork off egui_glfw_gl and based off egui_sdl2_gl, created by ArjunNair

Commit count: 26

cargo fmt