ilya sheprut
d6de19b507
Mention macroquad backend in the readme ( #308 )
2021-04-15 10:20:04 +02:00
follower
0353f40dd5
Typo fix: "occational" -> "occasional" ( #286 )
2021-04-08 22:22:58 +02:00
pixeljoelson
b028e708e0
fixed typo in README.md ( #275 )
2021-04-05 09:56:58 +02:00
Emil Ernerfeldt
33a4058381
Add comment about Firefox CPU usage in FAQ
2021-04-02 09:24:34 +02:00
Emil Ernerfeldt
94baf98eab
Add a galley cache to Fonts to avoid doing the same layout each frame
2021-03-29 22:49:48 +02:00
Emil Ernerfeldt
de439b6e21
Deprecate old Slider constructors in favor of Slider::new
2021-03-27 16:07:18 +01:00
Emil Ernerfeldt
405ae3bcee
Add link to https://github.com/hakolao/egui_winit_vulkano
2021-03-21 16:09:44 +01:00
Emil Ernerfeldt
24b3cd021f
Add demo app instructions for Defora Rawhide
...
Closes https://github.com/emilk/egui/issues/235
2021-03-21 15:28:00 +01:00
Emil Ernerfeldt
07a17dc6cf
Sort 3rd party integrations and add link to egui_vulkano
2021-03-08 22:57:45 +01:00
Emil Ernerfeldt
fdb1aa6bec
improve documentation
2021-02-28 18:59:46 +01:00
Emil Ernerfeldt
fc8b27807c
Add discussion about the pros and cons of immediate mode GUIs
2021-02-11 19:29:05 +01:00
Emil Ernerfeldt
e5233d2268
Add link to egui_winit_ash_vk_mem crate
2021-02-09 18:38:37 +01:00
Emil Ernerfeldt
5ce681ef16
Improve documentation
2021-02-07 17:04:03 +01:00
Emil Ernerfeldt
18e1ea1d63
Clarify which platforms egui runs on.
...
Closes https://github.com/emilk/egui/issues/145
2021-01-27 21:33:37 +01:00
Emil Ernerfeldt
b493bc6efc
Wrap tesselated output in struct ClippedMesh(Rect, Mesh)
2021-01-25 21:43:17 +01:00
Emil Ernerfeldt
247026149c
Multiple mouse button support ( #135 )
...
Add support for primary, secondary and middle mouse buttons. Also improve ability to click things in low FPS situations.
This introduces a lot of breaking changes:
Backends/integrations now pass mouse events via the even stream.
Response has an interface of mostly methods instead of public members.
input.mouse is now input.pointer and has new interface.
* Rename 'mouse' to 'pointer' everywhere (pointer = mouse or touch)
* Make Response::clicked and Response::double_clicked into methods
* Remove Response::active and add dragged() and interact_pointer_pos()
* Support multiple mouse buttons
* Make PointerState interface all methods
* Make most members of Response private
2021-01-25 18:50:19 +01:00
Emil Ernerfeldt
c476c7f1a2
Add note about required libraries on Linux
...
Closes https://github.com/emilk/egui/issues/121
2021-01-20 17:27:58 +01:00
Emil Ernerfeldt
90a0ce969b
Add link to bevy_egui integration
2021-01-17 22:11:12 +01:00
Emil Ernerfeldt
37a3fe7f76
Release 0.8.0 - Grid layout & new visual style
2021-01-17 15:28:52 +01:00
Emil Ernerfeldt
9814b25246
List default egui dependencies after badges
2021-01-17 14:54:24 +01:00
Emil Ernerfeldt
31b7eda51e
Rename Egui to egui
...
Also update iamges in README.md
2021-01-17 14:48:59 +01:00
Emil Ernerfeldt
2854a84728
Improve documentation about how to write a painter for egui
2021-01-17 02:12:29 +01:00
Emil Ernerfeldt
f3b011a8cd
Add widget gallery image to README.md
2021-01-11 21:09:48 +01:00
Emil Ernerfeldt
fb2317c993
Rename PaintCmd
to Shape
2021-01-10 11:43:01 +01:00
Emil Ernerfeldt
d0d22ea09b
Release 0.7.0
2021-01-04 15:52:29 +01:00
Emil Ernerfeldt
4202c4b6a9
Add an eframe example app
2021-01-02 13:18:21 +01:00
Emil Ernerfeldt
d38b16f1ea
Learn how to spell to "tessellation"
2020-12-29 12:18:41 +01:00
Emil Ernerfeldt
a1fa9903b0
Add a lot of documentation and inter-doc links
2020-12-27 12:57:15 +01:00
Emil Ernerfeldt
6f5fd1b9c0
Replace parking_lot with atomic_refcell
...
You can still opt-in to use parking_lot if you plan to use the same
egui::Context from multiple threads.
2020-12-26 20:36:25 +01:00
Emil Ernerfeldt
05f3cd66ce
README.md: add links to egui_template, Discussions and CONTRIBUTING.md
2020-12-20 00:54:20 +01:00
Emil Ernerfeldt
8b7649c85d
Add brush emoji to README.md
2020-12-13 21:16:19 +01:00
Emil Ernerfeldt
891c5d84d7
Add a second emoji font: emoji-icon-font
2020-12-12 15:03:12 +01:00
Emil Ernerfeldt
cb310676af
Add Emoji support with NotoEmoji-Regular
2020-12-12 00:53:54 +01:00
Emil Ernerfeldt
428e2373e5
Change default font to Ubuntu-Light
2020-11-30 07:55:00 +01:00
Cong
a2d0f88069
Fix demo anchor
2020-11-26 12:40:23 +11:00
Emil Ernerfeldt
af11d766fc
Split out tesselation from Context::end_frame()
2020-11-07 11:44:32 +01:00
Emil Ernerfeldt
e00901e723
Add link to egui_sdl2_gl integration crate to README.md
2020-11-05 20:12:58 +01:00
Emil Ernerfeldt
16a984b71f
Add badge for Build Status
2020-10-27 14:50:44 +01:00
Emil Ernerfeldt
e9f0fba9f0
Add badge for dependency status
2020-10-27 14:50:32 +01:00
crumblingstatue
8787eb77cf
Fix crates.io links to backends ( #30 )
2020-10-25 09:49:37 +01:00
Emil Ernerfeldt
2e80aba068
New example code
2020-10-24 19:45:27 +02:00
Emil Ernerfeldt
44a7cac046
Context::begin_frame()
no longer returns anything.
...
Put your widgets into a `SidePanel`, `TopPanel`,
`Window` or into `ctx.background_ui()`.
2020-10-24 10:56:23 +02:00
Emil Ernerfeldt
7f8564b27a
Expand and clarify project goals
2020-10-18 15:42:49 +02:00
Emil Ernerfeldt
222f534713
Add links to wgpu and winit integrations
2020-10-18 15:42:29 +02:00
Emil Ernerfeldt
12d387d7f5
Replace term "backend" with "integration"
2020-10-18 15:41:52 +02:00
Emil Ernerfeldt
92cfbe643c
Add #![forbid(unsafe_code)] and safety badge
2020-10-18 15:40:23 +02:00
Emil Ernerfeldt
8ff0bed259
[slider] Logarithmic sliders with support for zero and infinity
...
Logarithmic sliders will intelligently help you pick a good range
even if you inlcude zero or infinity. They also support crossing
the zero value, so you can have a slider span -INF to +INF.
The sliders now also supports reversed sliders (large -> small).
2020-10-07 09:59:49 +02:00
Emil Ernerfeldt
b84642374b
[docs] improve README.md section about writing your own backends
2020-09-21 19:23:22 +02:00
Emil Ernerfeldt
c6f7534a8b
README.md: add a "Why Egui?" section
...
Includes a comparison with imgui-rs
2020-09-11 11:38:45 +02:00
Emil Ernerfeldt
7093de0ff2
[docs] clean up README.md
2020-09-09 15:19:30 +02:00