Sven Niederberger

Results 6 issues of Sven Niederberger

The linked bounds I originally introduced and the cursor groups that have since been implemented in a similar fashion have some drawbacks. Users have to create and store them between...

feature-request

I'd expect the 2D implementation of `Aabb::vertices` to return the vertices of a rectangle in counter-clockwise order. It currently returns an hourglass shape though. So the two first vertices should...

egui version 0.27.2, also present on master **Describe the bug** Interactions outside a window can sometimes interact with elements inside the window. In the case below it happens with a...

bug

I noticed that using `rmp_serde` to deserialize large structs has a considerable effect on the compile time. It also has twice the impact of comparable crates like `serde_json` when generating...

Added the `tab_hover_cursor_icon` trait method.