1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00
Files
egui/egui_glium
Emil Ernerfeldt 44a7cac046 Context::begin_frame() no longer returns anything.
Put your widgets into a `SidePanel`, `TopPanel`,
`Window` or into `ctx.background_ui()`.
2020-10-24 10:56:23 +02:00
..

Latest version Documentation MIT Apache

egui_glium

This crates provides bindings between Egui and glium which allows you to write GUI code using Egui and compile it and run it natively, cross platform.