Timo Bachmann
Timo Bachmann
How do I best test for this? I basically use the code provided [here](https://github.com/emilk/egui/blob/32b4781da2284d62c8eeefe3f00038589b444c1b/egui_demo_app/src/wrap_app.rs) (under `ui_file_drag_and_drop`)
Ok, I built it manually. This are prints of the `Event` under wayland: ``` Received Event: CursorMoved { device_id: DeviceId(Wayland(DeviceId)), position: PhysicalPosition { x: 75.5234375, y: 225.234375 }, modifiers: (empty)...
Thanks for the clarification that it's the responsibility of winit. There is an open issue in for exactly that: https://github.com/rust-windowing/winit/issues/1881 Currently, it's just *not implemented yet*. If it is resolved,...
I have the exact same use-case so I can embedd it in a script to automate my workflow (and not needing any user interface). Unfortunately I have no clue about...
Hi, thanks for your feedback regarding the construction of the BVHModel geometry. For my use-case, I assume it would be best to not triangulate the spheres by constructing a mesh,...
A kind ping to this 5 year old issue. Is there any thread-safe collision check function?
Cool, nice to hear it aligns with what you're trying tackle anyway! Looking forward for upcoming releases and can't wait to show it in our institute 🚀
In my case, not really (it may be that it is not 100% `extent` what I'm looking for). I basically want to give real world coordinates to my data (per...
I recently revisted the `TensorView` and ran into this use-case again. Now, after time have passed, is there any work in this direction or an existing solution to map tensor...