1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Add egui_glow backend as alternative to egui_glium (#685)

This commit is contained in:
AlexApps99
2021-10-19 10:13:32 +13:00
committed by GitHub
parent df3aeab434
commit 877e89f2ec
13 changed files with 1685 additions and 3 deletions

8
egui_glow/CHANGELOG.md Normal file
View File

@@ -0,0 +1,8 @@
# Changelog for egui_glow
All notable changes to the `egui_glow` integration will be noted in this file.
## Unreleased
`egui_glow` has been newly created, with feature parity to `egui_glium`.
As `glow` is a set of lower-level bindings to OpenGL, this crate is potentially less stable than `egui_glium`,
but there are no known issues, and the crate will only become more stable over time, if any issues manifest.