egui/egui
Emil Ernerfeldt 6018c0e194
Area: automatically request a repaint when showing up for the first time (#866)
2021-11-07 21:14:13 +01:00
..
src Area: automatically request a repaint when showing up for the first time (#866) 2021-11-07 21:14:13 +01:00
Cargo.toml Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow 2021-10-24 16:15:07 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

README.md

GUI implementation

This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.