egui/egui
2021-09-02 19:37:55 +02:00
..
src TextEdit option cursor_at_end to control initial position of cursor at beginning or end. (#687) 2021-09-02 19:37:55 +02:00
Cargo.toml Publish 0.14.2 (#670) 2021-08-28 12:19:35 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

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.