-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Let's face it, the mobile experience sucks!
- Switches to dark mode, cannot see anything Change native and web version to use same visuals for
egui
#68 - cannot do pinch to zoom on the main graphics, but egui has support for m multitouch: https://github.com/emilk/egui/blob/master/crates/egui_demo_lib/src/demo/multi_touch.rs
Perhaps it's enough to change https://github.com/antbern/slamrs/blob/main/slamrs/baseui/src/app.rs#L175 to use https://docs.rs/egui/latest/egui/struct.InputState.html#method.zoom_delta instead of using the scroll wheel amount directly 💯 Combine scroll and pinch zoom into one zoom factor (support touch devices) #67 - the controls input is made for a keyboard, need touch joystick
Metadata
Metadata
Assignees
Labels
No labels