egui/egui
Emil Ernerfeldt 2af86cd2c7
Revert "Fix scroll bar position (#392)" (#458)
This reverts commit 2932ff0e53.
2021-06-04 00:11:35 +02:00
..
src Revert "Fix scroll bar position (#392)" (#458) 2021-06-04 00:11:35 +02:00
Cargo.toml Add support for `cint` (conversions to and from color types) (#393) 2021-05-20 20:09:52 +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.