forked from emilk/egui
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctx plot_bounds plot_hovered screen_from_plot plot_from_screen etc
What ultimately ends up stored into a file is the HashMap<String, String>, which when prettified only nets three (depending on the settings) lines of "string": "long prettified string that's really hard to read because of the extra indentation and literal \n characters that are all just on one single line". Not prettifying the values in the first place makes it somewhat easier to read and also saves a bit of space.
Changes: * New `BarChart` and `BoxPlot` diagrams * New `FloatOrd` trait for total ordering of float types * Refactoring of existing plot items Co-authored-by: niladic <git@nil.choron.cc>
* Move egui/util/float_ord.rs -> epaint/util/ordered_float.rs * Implement Hash on OrderedFloat * Generic OrderedFloat<T>; impl Hash; documentation
Also update glium, glutin and rfd
* Reverse horizontal scrolling on windows * Add link to winit issue Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
…is not initialized. (emilk#973)
* Add ability to customize the display of hover plot labels * Ergonomic enhancement to plot hover label function * Use Option instead of empty string for custom hover label name arg * Revert "Use Option instead of empty string for custom hover label name arg" This reverts commit 296caeb. Co-authored-by: Ivgeni Segal <ivgeni.segal@tovutiteam.com>
this got fixed in the latest winit upgrade
libxcb-devel
Also rename `Ui::visible` to `Ui::is_visible`.
) `begin_frame`, `end_frame` is more convenient when using egui in a game engine. In particular, 0.16.0 was incompatible with https://github.com/mvlabat/bevy_egui>.
* add spinner widget * implement requested changes to spinner - removed enabled field - cleaned up math - improved docs * improve spinner docs & make spinner in demo always active
…eb (emilk#1020) * Switch to using glow as the default renderer both on native and the web * Simplify code to find WebGL context for glow * egui_web: make webgl an opt-in feature * Stop using deprecated WEBGL_debug_renderer_info
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes https://github.com/emilk/egui/issues/THE_RELEVANT_ISSUE.