egui/crates/egui
Sven Niederberger 7e9c7dac41
Improve plot grid appearance (#2412)
* improve plot grid appearance

* update changelog

* Update crates/egui/src/widgets/plot/mod.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* address review comments

* make lines a bit weaker

* move changelog entry

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2022-12-19 10:57:30 +01:00
..
examples Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
src Improve plot grid appearance (#2412) 2022-12-19 10:57:30 +01:00
Cargo.toml Release 0.20.1 - Fix key-repeat 2022-12-11 16:59:54 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02: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.