Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tauri-apps/egui
egui: an easy-to-use immediate mode GUI in pure Rust
https://github.com/tauri-apps/egui
Closes https://github.com/emilk/egui/issues/876
5fee6b7bc5fc357a2e7248ebfb81e3dcc431d40f authored about 3 years ago by Emil Ernerfeldt <[email protected]>following https://github.com/emilk/egui/pull/832
a0b635dc21a932a24e38799d4f9e19e7b6fc596e authored about 3 years ago by Emil Ernerfeldt <[email protected]>
* Support image button with text
* Add example (`cargo run --example native_texture`)
88962431465309642afb32fdc9f6aeacef05d44e authored about 3 years ago by Emil Ernerfeldt <[email protected]>
89700dfbbb125d8020e2200ccf2b3f2c577f20ef authored about 3 years ago by Emil Ernerfeldt <[email protected]>
105cb570502fcc7b917b59457a3b1ad8a001a4e7 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
b5cb2b2c0d74bb6d04374ea281044084129a40e0 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Closes https://github.com/emilk/egui/issues/794
Also refactor and improve VAO support detecti...
008a971e73355613979facc1bbba982c7a24eedc authored about 3 years ago by triangle drawer <[email protected]>Follow-up to https://github.com/emilk/egui/pull/875
4d4c75c6f117ab27eda4002e2e04cf944d7c0761 authored about 3 years ago by Emil Ernerfeldt <[email protected]>491739b5801473aa13ea4d28fcca73405f089dc1 authored about 3 years ago by Bruce Reif (Buswolley) <[email protected]>
* move to a basic plot builder with callback
* add some interaction methods
* move interaction...
6018c0e1944423734e9ec16270f5c2fa01dcd5ea authored about 3 years ago by Emil Ernerfeldt <[email protected]>
* colorpicker: try to maintain hue even when saturation goes to zero
* More consistent argument...
Closes https://github.com/emilk/egui/issues/877
Still a problem: https://github.com/rust-wind...
ddd5f6f4f627f573bc598bf99d96b003abd45914 authored about 3 years ago by Emil Ernerfeldt <[email protected]>Closes https://github.com/emilk/egui/issues/825
19d24bbebed56af6621833da9415b5941a7fc44a authored about 3 years ago by Emil Ernerfeldt <[email protected]>When using a custom font you can now specify a font index
Closes https://github.com/emilk/egu...
878eddd546ea225b5aae256468d71ffa2a1851d8 authored about 3 years ago by Emil Ernerfeldt <[email protected]>10c8ffa543e16c7e4fcac22d3be57fe9e7969709 authored about 3 years ago by sumibi-yakitori <[email protected]>
83e490fb6a860bfa5e2f98b0e1dc062af5843f59 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
0ab93576dab4a9b0ede7108b218b10d153f019f9 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Part of https://github.com/emilk/egui/issues/843
6d33beabb14158b12cedee0abb89ef172151c8fb authored about 3 years ago by Emil Ernerfeldt <[email protected]>
* Replace Context begin_frame/end_frame with `fn run` taking a closure
* Create `egui::__run_te...
e54106e95092bbc2eed443b2f4586e0e7312d436 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
c71090473b0ca19a6110de793eed9e26236239c2 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Add WebGL1 and WebGL2 support to glow painter.
Add "glow" feature to egui_web to use the glow p...
* Unify code in egui_glium and egui_glow into egui_winit::EpiIntegration
* Simplify `EguiGlium`...
limit the position of the text agent to the height of the client area
b1716be7452acdc8297fabae53aa374fe9a166e1 authored about 3 years ago by sumibi-yakitori <[email protected]>
This is a good early-out for widgets in `ScrollAreas`, but
also prepares for speeding up the fir...
Listen for modifiers using ModifiersChanged
461f380a24141dd138ddee7bb4f4369867ed88ba authored about 3 years ago by 5225225 <[email protected]>Introduce `RichText` and `WidgetText`
09b826932675376801aab2bdd0f99fecab58ef5b authored about 3 years ago by Emil Ernerfeldt <[email protected]>Closes https://github.com/emilk/egui/issues/864
9378cd5c6eabd3db86ece580109816cac0ecc7c8 authored about 3 years ago by Emil Ernerfeldt <[email protected]>b9368aba1308f9505260d01754438551f773c876 authored about 3 years ago by Linus Behrbohm <[email protected]>
78dfde40b2fbda8d44947b8ebf186eb42568a400 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
b551dfec811dcb1836eea8ea7c00c2556fcfcf67 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
081485bcaf20d50cec3eb328906f16e8e89e076a authored about 3 years ago by Emil Ernerfeldt <[email protected]>
https://github.com/emilk/egui/pull/836
3819ec6fc7d5d2fcba6fa877166b0a34a159376a authored about 3 years ago by Emil Ernerfeldt <[email protected]>
* Rename `CursorPair` to `CursorRange`
* Easymark editor: add keyboard shortcuts to toggle bold...
On by default and only there for testing
ddd52f47c51b3cea3b838a8dbdcacf65495f7860 authored about 3 years ago by Emil Ernerfeldt <[email protected]>This refactors the widget state storage introduced by @optozorax in https://github.com/emilk/egu...
8e4fd942a9a38a6aa84580c29d0b794a4fe2e2da authored about 3 years ago by Emil Ernerfeldt <[email protected]>
response.hovered() checks a larger rect which includes the item spacing,
and it always matches t...
Follow-up to https://github.com/emilk/egui/pull/543
* Add entry to CHANGELOG.md
* Add entry to ...
Main usage: `response.context_menu(…)` and `ui.menu_button`
46fb9ff09bf4175b68d66c4b4d82183e32d1f3f3 authored about 3 years ago by Linus Behrbohm <[email protected]>b31ca7efc9473d2915a2461452f07f9757fd319f authored about 3 years ago by Emil Ernerfeldt <[email protected]>
445488755f2296ef5bb71e67d0c4037bb56ee749 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
casting time to f32 is a bad idea if the time is seconds since epoch
as it is on some integrations.
c090497727facbf79efe1bfef1db7b2f0ac6eb73 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
08cc07bb2d12f06d086b2baf3f1db424a933401f authored about 3 years ago by Emil Ernerfeldt <[email protected]>
c3f61b67fe0a2aa1940ba34118a5c5804ae95c71 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
316202c33a2786a613d6d185953cc3970754bec0 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
On mobile, click first, then edit the text.
Otherwise a lot of areas become difficult to scroll ...
17f0ae22c9463706adc066aef6d2f96f07a77538 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
da09a5c69cd4134d8f4f13cc784b4d46ff3f7210 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
4ace85b7800d8929175f583b5068925039a1fd14 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
96b642a7f526d11bbcad9eeb77690979888f18ef authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Thanks to:
* [AlexApps99](https://github.com/AlexApps99)
* [baysmith](https://github.com/baysmi...
39c6c7e5c9c7da57e123cecf63331240cafcaf07 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
a3ba85dbb371b24a41e9707debcbc9677c4c811e authored about 3 years ago by Emil Ernerfeldt <[email protected]>
4194a83a5e0c514b789f2673d1ccbfbaf7cbbdf7 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
5301043a77452e91d3b567556395d9e822dfeeee authored about 3 years ago by Emil Ernerfeldt <[email protected]>
6185ee8ce48f7f04cae7eb8c72f66238d7fbdb94 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
5d463b2af780d31b29ae42c3f1b4475d3852177b authored about 3 years ago by Emil Ernerfeldt <[email protected]>
* Add `Frame::set_window_title()`
* Changelog and fmt for `Frame::set_window_title()`
Co-a...
79d1ede4969a3b0f86e7e441d34d5f15c5946804 authored about 3 years ago by Caleb Smith <[email protected]>@n2 @optozorax @quadruple-output @EmbersArc @AsmPrgmC3 @AlexApps99
Chosen for their substantial...
26c6cea1177a57976825e73fe717fd5847993069 authored about 3 years ago by Emil Ernerfeldt <[email protected]>19766bfe4cd756e27c07e338075493a2a22f5131 authored about 3 years ago by sumibi-yakitori <[email protected]>
2a9037cd905a0fc3fe9c9f7ab2a59f81137ba985 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
dd50cba9a75e2d2901f3af28375e84bf889e0114 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
d97a369c44ec38fae4c8dcb13f9e664621eb94b5 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
ab3be8aca3182e079405d4bb97e1be824d58aa70 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
40445c450c1bfc3b14a24830d85cca7512726023 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
a0cd41755e10cfab19546bf797d6a9b104fef7f7 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
087c6695bbdd9d7da181dd129b88d92794a917cc authored about 3 years ago by Emil Ernerfeldt <[email protected]>
19a2a57f8099688c3e481a368ba3ecb9544fa073 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
dd5d41d04e8d59e7f4851185908164c2459e2ebf authored about 3 years ago by Emil Ernerfeldt <[email protected]>
72d483ac225641bb81b9f60470b486b47b5cfeec authored about 3 years ago by Emil Ernerfeldt <[email protected]>
previous code had mixed up inner and outer coordinates
3ba406c0feb218fcc4d88dabf3fc891ff3e1c270 authored about 3 years ago by Emil Ernerfeldt <[email protected]>f025513998a04c0805a006f422de15d38c59e843 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
8accfd9a8f2d21ada20661fda34e76913deef0b6 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Closes https://github.com/emilk/egui/pull/821
da74687be5426bfe3c6e8a1030522ac5e4f02c83 authored about 3 years ago by Emil Ernerfeldt <[email protected]>* Move window building to egui-winit
* Move icon loading to egui-winit
* `use glow::HasCon...
8178d23d19bc698acfd941fc988b8b0796b813d2 authored about 3 years ago by Emil Ernerfeldt <[email protected]>chrono works both natively and on web.
Related: https://github.com/emilk/egui/issues/212
844dd9d7a4c62070125e43a953667ba3eb83a9da authored about 3 years ago by Emil Ernerfeldt <[email protected]>* Make egui_glow and opt-in backend for eframe
* Add egui_glow to Cargo.toml and to CI
* R...
cdd4dccf5f1a4d49f3ef94d2e053a33fe6e61a84 authored about 3 years ago by Emil Ernerfeldt <[email protected]>cf273e3519b1e53666ea34a4b82d9aa7dedbb29e authored about 3 years ago by Emil Ernerfeldt <[email protected]>
877e89f2eca93deae59ea7f0850dfbe000e6dc35 authored about 3 years ago by AlexApps99 <[email protected]>
df3aeab4348209932bb0de4b65cd983d6afb3ee7 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Signed-off-by: Connor Fitzgerald <[email protected]>
74494cd71303043f45e4cb68c35fb9fbd63d48ad authored about 3 years ago by Connor Fitzgerald <[email protected]>9f1a5dcb33266f0b9382d3b40eacf8fe64f6a435 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
ebd2c859ac1aa14de46b48d699a3d4268d4fe261 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
96be848e4209687ee941554c216797aeb2c4f0ee authored about 3 years ago by Emil Ernerfeldt <[email protected]>
2af2e8bad51c97557ec03f5a1972a3737cba04e7 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
8a47019c1a405f69a25c03c1d8d9991f883f6f51 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
fe7638214105af726e9eede94d264d9cac08e19b authored about 3 years ago by Emil Ernerfeldt <[email protected]>
7e0bb181521d5c1cf91f80c90d5bdb12f045acae authored about 3 years ago by Emil Ernerfeldt <[email protected]>
https://github.com/source-foundry/Hack, MIT license
1f5cd482f6ab33b291e6d7fce5124a6813cb9a84 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Additionally to emmiting egui::Event::Touch events, on_touch() now also
emits egui::Event::Poin...
bd06dec6535aae18bba8a03b8b6ab100ae208fdb authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Closes https://github.com/emilk/egui/issues/799
ef218e8ba8fd204ddd907f3fbac9d00bdb353ebf authored about 3 years ago by Emil Ernerfeldt <[email protected]>Also fix some small typos
Closes https://github.com/emilk/egui/pull/736
6f699b339116eac74045928ac7dc2454a9267858 authored about 3 years ago by Emil Ernerfeldt <[email protected]>Move demo of POST to the ehttp crate instead
85941033e8849d7dbba52045326d2f56b8d20778 authored about 3 years ago by Emil Ernerfeldt <[email protected]>Closes https://github.com/emilk/egui/pull/784
1ab61ce9bbe17dd1a42ac53bcb0186bf974654b8 authored about 3 years ago by Emil Ernerfeldt <[email protected]>
Closes https://github.com/emilk/egui/issues/351
Closes https://github.com/emilk/egui/pull/785
fe2094af14e6709b0ee178aadbf92384438220a5 authored about 3 years ago by Emil Ernerfeldt <[email protected]>