egui/egui
Jay Oster 2932ff0e53
Fix scroll bar position (#392)
* Fix scroll bar position

* Always position scroll bar on the right side of the ScrollArea inner rect

* Fix the clipping rect
2021-06-03 18:54:34 +02:00
..
src Fix scroll bar position (#392) 2021-06-03 18:54:34 +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

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.