Emil Ernerfeldt
|
f6770f0183
|
Various spelling fixes, docs improvements and code cleanup
|
2021-03-31 23:12:42 +02:00 |
|
Emil Ernerfeldt
|
9e38674d13
|
[demo] Alwyas start with widget gallery
|
2021-02-20 09:19:40 +01:00 |
|
Emil Ernerfeldt
|
7dad76b913
|
Use explicit epaint over paint alias (re-export)
egui reexports the `epaint` crate both under its original name
and under the alias `paint` (for historical reasons)
|
2021-02-14 10:53:39 +01:00 |
|
Emil Ernerfeldt
|
6d255cd179
|
Use explicit emath to math alias
egui exports `emath` under its original name AND under the alias `math`
(for historical reasons).
|
2021-02-14 10:44:46 +01:00 |
|
Emil Ernerfeldt
|
c376d0bb7e
|
[emath] RectTransform: transforms Pos2 from one Rect to another
Very useful for transforming coordinate systems, e.g. for painting
|
2021-02-14 10:33:44 +01:00 |
|
Emil Ernerfeldt
|
5e7ad40c8d
|
[demo] Center the "(source code)" hyperlinks
|
2021-01-11 23:50:50 +01:00 |
|
Emil Ernerfeldt
|
fb2317c993
|
Rename PaintCmd to Shape
|
2021-01-10 11:43:01 +01:00 |
|
Emil Ernerfeldt
|
69d31a5e47
|
[eframe] Make persistence, http and time optional features
Saves on compile times.
|
2021-01-04 10:25:13 +01:00 |
|
Emil Ernerfeldt
|
10a23d18e1
|
Support additive colors in color picker
|
2021-01-03 18:16:12 +01:00 |
|
Emil Ernerfeldt
|
73f3d8cf46
|
Rename Srgba to Color32
|
2021-01-02 17:02:18 +01:00 |
|
Emil Ernerfeldt
|
defad4ed51
|
Merge example_web into egui_demo_lib
|
2021-01-01 17:11:05 +01:00 |
|