egui/egui_glow/CHANGELOG.md
triangle drawer 804722a1ba
Make egui_glow painter to work on web (#868)
Add WebGL1 and WebGL2 support to glow painter.
Add "glow" feature to egui_web to use the glow painter there.
Make winit an optional part of egui_glow
2021-11-03 19:17:07 +01:00

596 B

Changelog for egui_glow

All notable changes to the egui_glow integration will be noted in this file.

Unreleased

  • Make winit/glutin an optional dependency (#868).
  • Simplify EguiGlow interface (#871).

0.15.0 - 2021-10-24

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 hopefully this will one day replace egui_glium as the default backend for eframe.