Crates.io | egui_glfw_gl2 |
lib.rs | egui_glfw_gl2 |
version | 0.1.2 |
source | src |
created_at | 2024-03-24 13:00:09.599998 |
updated_at | 2024-03-30 16:55:36.896095 |
description | OpenGL backend for egui using GLFW |
homepage | https://github.com/ZergZenith/egui_glfw_gl2 |
repository | https://github.com/ZergZenith/egui_glfw_gl2 |
max_upload_size | |
id | 1184365 |
size | 101,597 |
Egui backend implementation for GLFW and OpenGL
This is a backend implementation for Egui that can be used with Rust bindings for GLFW and OpenGL.
Since the egui_glfw_gl has not been updated for a long time, I have updated the dependencies to the latest version and made the following things:
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_gl2 is based off egui_glfw_gl, created by cohae
The project's code heavily references the implementations of winit and egui_vulkano. Many thanks to them.