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
3c603c55b8809e546cd5c1d16d4b9af7ba354e19 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
62f58a3b0526f181903aecfb4281b1d8720a19a9 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
This gives users more control over the order of load/setup.
It also allows users to load textur...
44b573f6a6fc552b4315d48eb672b01ed96caca4 authored over 3 years ago by Emil Ernerfeldt <[email protected]>31769d400f9d54bd678dfebcb14cf0306d8613f9 authored over 3 years ago by Kayo Phoenix <[email protected]>
This finally fixes the rough edges on text, especially in light mode
effd3c7440d9f70c0eff677871a60be539cf1113 authored over 3 years ago by Emil Ernerfeldt <[email protected]>This reverts commit 2932ff0e5317be35c8e7dc0baac12b333e102a24.
2af86cd2c7a1a1b275034fa6e3f0e3548384154b authored over 3 years ago by Emil Ernerfeldt <[email protected]>ec6268e4ac2f95410cddd661894b7e3b5df987a3 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* Fix scroll bar position
* Always position scroll bar on the right side of the ScrollArea in...
2932ff0e5317be35c8e7dc0baac12b333e102a24 authored over 3 years ago by Jay Oster <[email protected]>6468b2b84e02bd4e0d43d252d853c0fabd6182ab authored over 3 years ago by Emil Ernerfeldt <[email protected]>
2cdd90b111bebb3d0780b9268674fa7df434392b authored over 3 years ago by Tiago Ferreira <[email protected]>
4964d762a78ee1d531c831136241a27ad673a0ab authored over 3 years ago by Emil Ernerfeldt <[email protected]>
e6fe6a6f6ad7c1746b47e45658c693fde9a33792 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
4d56d0328b954d614bac6e10446f2d3b731224a3 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* Might fix #439
* `cargo update`
If the page builds, then this did fix it.
66095b69a707c6db388b127d99697574ab57175a authored over 3 years ago by Violeta Hernández <[email protected]>3b807e1ad6015ad28cdd05d2b10986a9c50a8971 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* initial work on markers
* clippy fix
* simplify marker
* use option for color
* pr...
8623909d82aedad80264a722bbccee5765305ebf authored over 3 years ago by Sven Niederberger <[email protected]>* fix(plot): expose VLine and HLine
* feat(mutex): detect mutex lock reetry
* chore(mutex)...
e320ef6c64fe85df9c4d793cc73bfabbf7358186 authored over 3 years ago by St John Giddy <[email protected]>* Side panel resizing and add right panels
* Add resizable top/bottom panels
* Deprecate T...
c9766f8a7b5f68789e756862c53b06be29a7175b authored over 3 years ago by Emil Ernerfeldt <[email protected]>epaint only supports filling convex polygons (for now)
196ddff499e7e27c0abf3119ac93fd5df81cb081 authored over 3 years ago by Emil Ernerfeldt <[email protected]>085233f9074c30b9720bed20a70b3eb4289acf62 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
5b462197fa473ab991cb1ace4ea05b01beea36e4 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
2dea4d8db2240d5125ab3e749995ecb007fdae9d authored over 3 years ago by Emil Ernerfeldt <[email protected]>
f4ddc21740cbdbe8b1081e0b3be39b59fdf330b7 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
6a576f4c3431bfd90171e75cfca42316fba9b1ec authored over 3 years ago by Emil Ernerfeldt <[email protected]>
8cce09687f533409d00c4c35c506ea6a735b59a6 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
53d5d32a80a57fe74271856e9ef441a7ee0c150a authored over 3 years ago by Emil Ernerfeldt <[email protected]>
94479317b3b764d30f770b06736f193a67a57a54 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
Add Style::override_text_style to easily change the text style
of everything in a `Ui` (or globa...
* Initial design for `TextBuffer` trait, to allow `TextEdit` to edit types other than `String`.
...
* Add an option to overwrite frame of SidePanel and TopPanel
* Update CHANGELOG
d292b831a158bc011118a27180f1cb9cd09f71a4 authored over 3 years ago by Wojciech Kępka <[email protected]>* implement cint for color types under feature flag
* upgrade to cint 0.2, remove from defaul...
c0929014bf6cb2d5d77d6e87125c4118c6c2e654 authored over 3 years ago by Gray Olson <[email protected]>ac82cc7be39974fe76e337c784e0f40fcbfb3911 authored over 3 years ago by St John Giddy <[email protected]>
* fix modifier key for mouse wheel zoom
* update CHANGELOG
* fix zoom modifier for web bac...
67c6002578b73aa01872a3378cc5b7debe93a0a7 authored over 3 years ago by Ivo Vollrath <[email protected]>Related to https://github.com/emilk/egui/issues/421
5bc53ce069a26702a0158850edc02e7e9c8cba85 authored over 3 years ago by Emil Ernerfeldt <[email protected]>* Update drag_value.rs
* `value` → `old_value`
de02f7d0429656337dff05c221b48f1b9995a5bb authored over 3 years ago by Violeta Hernández <[email protected]>This would previously hit a debug assert
Fixes https://github.com/emilk/egui/issues/395
dd4ac43b13b1259cf469d7daa456dddbb58533b2 authored over 3 years ago by Emil Ernerfeldt <[email protected]>This replaces all debug_asserts with these opt-in asserts
Related: https://github.com/emilk/egu...
6e5b52e3bccb169e7ee63e23a94cc13f7d9dd037 authored over 3 years ago by Emil Ernerfeldt <[email protected]>bd5a85808a52eb491044702eba22bf0d953d22da authored over 3 years ago by Emil Ernerfeldt <[email protected]>
bfabb70cba231bd2c8b4563151d4197ef7e5ef33 authored over 3 years ago by Sven Niederberger <[email protected]>
Only seen when having unusually high buttons
2f46c975a578fbffdf74139102d75b4d3af5d2a2 authored over 3 years ago by Emil Ernerfeldt <[email protected]>Closes https://github.com/emilk/egui/issues/381
442b9539643e4ce037da768bc2cd26fe095e0df1 authored over 3 years ago by Emil Ernerfeldt <[email protected]>Closes https://github.com/emilk/egui/issues/382
9c475204daa4c561979f0ba3a55cb9e2d9fcc5b1 authored over 3 years ago by Emil Ernerfeldt <[email protected]>50a2ed0a144e969d1bd2c5da9cbcc96bb1a8f2ee authored over 3 years ago by Emil Ernerfeldt <[email protected]>
9dd23b44e0748baf6614d07dad999d1b02e3598a authored over 3 years ago by ilya sheprut <[email protected]>
934bb7f5e988ae3b1cac4162f33dc3318bd4fd58 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
Closes https://github.com/emilk/egui/pull/370
Closes https://github.com/emilk/egui/issues/372
8f8ba16696f9e1a602117b284a44ec1fdc829170 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
3e8723c8acf79fe1244c8a323d676aa59d622a89 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
1423bac3aa0deb618d924976fbbee8fbd02a92e0 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
Closes https://github.com/emilk/egui/pull/366
Closes https://github.com/emilk/egui/pull/365
7747a1f1710d9e4a9b3afa3289667553f21d8173 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
c476ddb57ce25a49c3a12edc811d75b61369e778 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
b1559963bf1c28877c6f04b7966d0614fced5e9d authored over 3 years ago by Emil Ernerfeldt <[email protected]>
4022b84ae73faffe80448bae5613fdff58bb8d8a authored over 3 years ago by Emil Ernerfeldt <[email protected]>
it has always been an annoyance, never a help
fb5176c1331c466c92e9240fab74fb9e1555190c authored over 3 years ago by Emil Ernerfeldt <[email protected]>6ad6f56cb14d476628fbfc23e98c63c9364b62b0 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
38186fe23e7b356b37ada3e0dd3387a90b5e2002 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
5a21bc78a6fbfaef2e127e6a7c365500d6247638 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
a8c3deaf084239412571d8e9d2b8e2d6ec86df30 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
9dc092b778badb27fb0aea26b8ad8469ab8bd142 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
aa3c40c49fd9ebe063f20724bc316fc2ae12249b authored over 3 years ago by Emil Ernerfeldt <[email protected]>
0b52813f62de5a46dfde4c891c5f2f169b0aa8e1 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
4bb79a7047765178b218fc60e4a28b9a0b167634 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
dd6980bacb5d5ba132ecd1c1d2708c47995b392d authored over 3 years ago by Emil Ernerfeldt <[email protected]>
Weirdest thing I've seen in my life.
04d9ce227b5bcfae141a14de1c86f5e982448fd3 authored over 3 years ago by Emil Ernerfeldt <[email protected]>closes https://github.com/emilk/egui/issues/338
268ddca161644309c307057de8c2012e0c320cf8 authored over 3 years ago by Emil Ernerfeldt <[email protected]>a5e41f275c2e7b09a9eb8edd6d70b804b35d0c01 authored over 3 years ago by follower <[email protected]>
a7a36bd3137ecbcf7a8b452596a18481c6707050 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
7374ed9d00e21474ddd60f1b004b912d1ce893da authored over 3 years ago by Emil Ernerfeldt <[email protected]>
5e46bd404ccba740bd2a41e2cbf7a7a4f9a3ba55 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
cb797a489aa6f0a69f53261c94c7dcfed871bc40 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
12c0199d1bcc2e5ea349d37b7a9db497c53986af authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* Implement mint conversions
Implement conversions for [mint](https://docs.rs/mint) (math int...
87bc26fb5ae863b9de4516077025305343fbe299 authored over 3 years ago by Luis Wirth <[email protected]>2cb94b98ef8949f2f2a3f9724e974e4ab4b7f4f3 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* add plot legends
* don't show crosshairs when hovering over legend
* add a toggle for th...
838f3e4ff217c6b6318209e2868af1ced1360638 authored over 3 years ago by Sven Niederberger <[email protected]>d862ff66acdfc5c9f9df4007301c07acdaca91d1 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* translate touch events from glium to egui
Unfortunately, winit does not seem to create _Tou...
03721dbfd8714fc9dfb6969aed18a120cc57376c authored over 3 years ago by Ivo Vollrath <[email protected]>0d71017ad434dabd6bfcec98e8025a7378a70161 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
29668b512888d3a8fe53da9258e7e6fcb2442610 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
1394205f52bf8a1866a53c2dc1741b79cd88ae78 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
66122e4c9a574390e25133f340b9ad204002ffcf authored over 3 years ago by Emil Ernerfeldt <[email protected]>
Closes https://github.com/emilk/egui/issues/336
bf8ce774cc2625cf8840f90768902a5f221d1800 authored over 3 years ago by Emil Ernerfeldt <[email protected]>7da9928548b0d1516ba89b69dba4a5ed396339e9 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* Run clippy on all targets and all features
* check.sh: print each step
* impl ToString -...
10b60d53613bbab4199f753fd912baf7e6cece59 authored over 3 years ago by Emil Ernerfeldt <[email protected]>Lock focus on multiline text edit, and insert tabs on tab char
Co-authored-by: Emil Ernerfeld...
35c7b09285618407345729c798f17542ed370236 authored over 3 years ago by Cristian Dinu <[email protected]>* memory: add `Send + Sync` reqirement, fix #337
* Update egui/src/memory.rs
Co-authored-b...
101eed0d67f5e188e8ea7087f0f5d4ff892a2248 authored over 3 years ago by ilya sheprut <[email protected]>* Replace `impl Into<String>` with `impl ToString`
This is something I ran into today. Types ...
02a62d198622eeb179f70e96ef67f421ff6e2286 authored over 3 years ago by David Pedersen <[email protected]>e991a1c310ea2cc3be7425205e720f1c910e34d9 authored over 3 years ago by crumblingstatue <[email protected]>
6f01577d5f7f31dbabc0c36b7ea8520db4db9140 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
This adds a new `zoom_delta` to input.
This is hooked up to ctrl-scroll on egui_web and egui_gl...
7f0689e5668eec1bcfa25d291385e3b0cdb20f99 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
* drag and zoom support for plots
* update doctest
* use impl ToString
* revert back to...
a505d01090fb2991dd1f6bf1461997bb2e0d4142 authored over 3 years ago by Sven Niederberger <[email protected]>Closes https://github.com/emilk/egui/issues/159
b69bc2c06a78c2854e5f798f6843b5f53404f92e authored over 3 years ago by Emil Ernerfeldt <[email protected]>5%=150kB savings on egui_demo_app wasm
0f112db5505d5c19e5aa088d44436cc367bddffe authored over 3 years ago by Emil Ernerfeldt <[email protected]>f38f68318d0860f268f757699afcf067d6d291a7 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
6b24dbc997480c7d813a24a1ed83193424638ab9 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
This is to stop using all of the CPU when in minimized in
continious mode.
Fixes https://github...
641e9c2d263772da57f4756083691401a750c6d1 authored over 3 years ago by Emil Ernerfeldt <[email protected]>Closes https://github.com/emilk/egui/issues/323
fb6f49024f003ccb259aaabd9c7e55bd6f636c10 authored over 3 years ago by Emil Ernerfeldt <[email protected]>07da54ad08b985009437ec0a5e2531be567ce294 authored over 3 years ago by Emil Ernerfeldt <[email protected]>
a59c8ac2c304706575f42844deb8f1f58552f0e0 authored over 3 years ago by Emil Ernerfeldt <[email protected]>