cohaereo / egui_glfw_gl

Egui backend implementation for GLFW and OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Egui backend implementation for GLFW and OpenGL

License:MIT License


Languages

Language:Rust 91.3%Language:GLSL 8.7%