Skip to content

mrclean71774/egui_gl_glfw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egui_gl_glfw

Latest version MIT

Example screenshot

egui_glfw_gl is archived so I created this repository and made changes to the code where it was broken from the dependency updates.

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_gl_glfw. To run the example, run the following:

cargo run --example demo

Credits

egui_gl_glfw is based on egui_glfw_gl which is based on egui_sdl2_gl, created by ArjunNair

Change Log

Version 0.1.2

Thanks to organizedgrime for contributing these changes.

  • Bump egui to version 0.27
  • Expose wayland features from internal crates

Version 0.1.3

  • Bump egui to 0.27.2
  • Bump glfw to 0.57.0
  • Some feature changes due to glfw changes

About

GL/GLFW backend for EGUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages