Luis Wirth

Results 32 issues of Luis Wirth

First off, thanks for this crate! I'm trying to decode a signal of a generic "Car MP3" remote, which apparently uses the NEC protocol. When using the NecDebug protocol type,...

This PR allows users to name the lock types of shared resources. This is useful to pass the locks to other functions. It's not always possible to just specify the...

I want to pass a shared resource to a function, but I'm unable to name the lock. The path `app::shared_resources::resource_that_needs_to_be_locked` is not accessible, as `app::shared_resources` is private. Also the generated...

In my opinion there are a couple of flaws with the current egui-wgpu api. (Note: I'm going to use the new names from #2021) I had a discussion with some...

wgpu

I believe that eframe should use egui-winit for both native and web. eframe should in my opinion be like my old crate [eww](https://docs.rs/eww/0.0.1-alpha.2/eww/) (egui + winit + wgpu) (doesn't has...

The docs for `nalgebra_sparse::factorization::CscCholesky::{solve, solve_mut}` state that ``` Panics if B is not square. ``` This seems to be wrong.

bug
documentation
nalgebra-sparse

kondo should inspect `Makefile`s and run their respective clean command (`make clean`)

https://github.com/emilk/egui/issues/1942 https://github.com/n00kii/egui-modal

avoid aliasing using msaa see [wgpu/msaa](https://github.com/gfx-rs/wgpu/blob/master/wgpu/examples/msaa-line/main.rs)

you should be able to select objects like strokes and move them around, delete them etc. Try drawing a selection UI using egui. The SelectLoop should of course use this.